Don't show board actions until board is loaded

This commit is contained in:
Gamebrary 2020-08-26 14:22:21 -07:00
parent df9ba2e81d
commit cb4f84dfa4

View file

@ -9,12 +9,12 @@
:listIndex="listIndex"
:key="list.name"
/>
</template>
<div class="d-flex flex-column pr-3">
<add-list />
<board-settings />
</div>
<div class="d-flex flex-column pr-3">
<add-list />
<board-settings />
</div>
</template>
<game-modal />
</div>