mirror of
https://github.com/romancm/gamebrary
synced 2024-12-18 15:23:14 +00:00
remove unnecessary div
This commit is contained in:
parent
f167ea44ac
commit
2c36254f4d
1 changed files with 1 additions and 3 deletions
|
@ -5,9 +5,7 @@
|
|||
<div class="d-flex justify-content-between align-items-center">
|
||||
<h5>{{ $t('boards.title') }}</h5>
|
||||
|
||||
<div>
|
||||
<create-board />
|
||||
</div>
|
||||
<create-board />
|
||||
</div>
|
||||
|
||||
<div class="text-right" v-if="!loading && !boards.length">
|
||||
|
|
Loading…
Reference in a new issue