[Client] Fix bug

This commit is contained in:
syuilo 2017-02-19 07:20:31 +09:00
parent ac655612a7
commit 3b352d80cb

View file

@ -1,5 +1,5 @@
const getPostSummary = post => {
let = post.text ? post.text : '';
let summary = post.text ? post.text : '';
// メディアが添付されているとき
if (post.media) {