remove unnecessary div

This commit is contained in:
Gamebrary 2020-10-14 14:49:06 -07:00
parent f167ea44ac
commit 2c36254f4d

View file

@ -5,10 +5,8 @@
<div class="d-flex justify-content-between align-items-center">
<h5>{{ $t('boards.title') }}</h5>
<div>
<create-board />
</div>
</div>
<div class="text-right" v-if="!loading && !boards.length">
<b-img src="/static/img/empty-state.png" fluid class="mr-5" />