[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 => {
|
const getPostSummary = post => {
|
||||||
let = post.text ? post.text : '';
|
let summary = post.text ? post.text : '';
|
||||||
|
|
||||||
// メディアが添付されているとき
|
// メディアが添付されているとき
|
||||||
if (post.media) {
|
if (post.media) {
|
||||||
|
|
Loading…
Reference in a new issue