Put if-statement to original state
This commit is contained in:
parent
cc444b6a38
commit
2befcb61c6
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user