mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
handle missing item.title
This commit is contained in:
parent
7d15a1085f
commit
883eb64e70
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user