diff --git a/src/views/Game/PlayerView.vue b/src/views/Game/PlayerView.vue
index 87ae97c..0989bb0 100644
--- a/src/views/Game/PlayerView.vue
+++ b/src/views/Game/PlayerView.vue
@@ -8,6 +8,7 @@ import {
mdiPlaylistMusicOutline,
mdiFormatListText,
mdiChartBarStacked,
+ mdiChartAreasplineVariant,
} from "@mdi/js";
import SectionMain from "@/components/SectionMain.vue";
import CardBoxWidget from "@/components/CardBoxWidget.vue";
@@ -211,7 +212,7 @@ function formatProfile(profile) {
}
function formatCounts(profile) {
- const stats = profile.stats[`count_${versionForm.currentVersion}`];
+ const stats = profile.stats?.count;
return stats
? [
@@ -332,6 +333,16 @@ function formatCounts(profile) {
}} -->
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+