diff --git a/src/components/screens/Characters.vue b/src/components/screens/Characters.vue index 67d0e7a..e817760 100644 --- a/src/components/screens/Characters.vue +++ b/src/components/screens/Characters.vue @@ -131,11 +131,11 @@ import { onBeforeUnmount, onMounted, ref, watch } from 'vue' const gameStore = useGameStore() const isLoading = ref(true) const characters = ref([]) -const selectedCharacterId = ref(null) +const selectedCharacterId = ref(null) const isCreateNewCharacterModalOpen = ref(false) const newCharacterName = ref('') const characterHairs = ref([]) -const selectedHairId = ref(null) +const selectedHairId = ref(null) // Fetch characters setTimeout(() => {