diff --git a/app/components/Achievements/TopScreen.vue b/app/components/Achievements/TopScreen.vue index 2c59a73..5a2ee0b 100644 --- a/app/components/Achievements/TopScreen.vue +++ b/app/components/Achievements/TopScreen.vue @@ -37,7 +37,7 @@ onRender((ctx) => { ); // progress text - const unlockedCount = achievementsStore.achievements.length; + const unlockedCount = achievementsStore.unlocked.length; const totalCount = ACHIEVEMENTS.length; ctx.font = "7px NDS7"; diff --git a/app/components/Contact/BottomScreen/BottomScreen.vue b/app/components/Contact/BottomScreen/BottomScreen.vue index d646498..2865ea4 100644 --- a/app/components/Contact/BottomScreen/BottomScreen.vue +++ b/app/components/Contact/BottomScreen/BottomScreen.vue @@ -1,6 +1,4 @@