handle missing item.title

This commit is contained in:
Nazar Kanaev 2020-09-14 16:38:06 +01:00
parent 7d15a1085f
commit 883eb64e70

View File

@ -163,7 +163,7 @@
</small>
<small class="flex-shrink-0"><relative-time :val="item.date"/></small>
</div>
<div>{{item.title}}</div>
<div>{{item.title || 'untitled'}}</div>
</div>
</label>
<button class="btn btn-link btn-block loading my-3" v-if="itemsPage.cur < itemsPage.num"></button>