mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
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();
|
return ts.toLocaleDateString();
|
||||||
},
|
},
|
||||||
getTitle(loop) {
|
getTitle(loop) {
|
||||||
let content = loop.content : 'Untitled';
|
let content = loop.content ? loop.content : 'Untitled';
|
||||||
return content.trim();
|
return content.trim();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue