diff --git a/src/stores/userStore.ts b/src/stores/userStore.ts index b03761b..1389067 100644 --- a/src/stores/userStore.ts +++ b/src/stores/userStore.ts @@ -9,7 +9,7 @@ const anonymous = { export const useUserStore = defineStore('user', { actions: { addSticker(sticker) { - this.user.stickers.push(sticker); + this.user.stickers.push(sticker); }, async login(username: string, password: string) { const response = await fetch(