forked from mirror/pixelfed
Update LoopComponent.vue
This commit is contained in:
parent
96ea8e6778
commit
bf6c5a657f
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ export default {
|
|||
return ts.toLocaleDateString();
|
||||
},
|
||||
getTitle(loop) {
|
||||
let content = loop.content : 'Untitled';
|
||||
let content = loop.content ? loop.content : 'Untitled';
|
||||
return content.trim();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue