mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 11:03:09 +02:00
[Client] Fix bug
This commit is contained in:
parent
ac655612a7
commit
3b352d80cb
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
const getPostSummary = post => {
|
||||
let = post.text ? post.text : '';
|
||||
let summary = post.text ? post.text : '';
|
||||
|
||||
// メディアが添付されているとき
|
||||
if (post.media) {
|
||||
|
|
Loading…
Reference in a new issue