1
0
forked from noxious/client

Put if-statement to original state

This commit is contained in:
Dennis Postma 2024-07-26 17:37:10 +02:00
parent cc444b6a38
commit 2befcb61c6

View File

@ -1,6 +1,6 @@
<template> <template>
<GmTools v-if="gameStore.character?.role === 'gm'" /> <GmTools v-if="isLoaded && gameStore.character?.role === 'gm'" />
<GmPanel v-if="gameStore.character?.role === 'gm'" /> <GmPanel v-if="isLoaded && gameStore.character?.role === 'gm'" />
<div class="flex justify-center items-center h-dvh p-8 relative"> <div class="flex justify-center items-center h-dvh p-8 relative">
<div v-if="!zoneEditorStore.active"> <div v-if="!zoneEditorStore.active">