[Client] Fix bug

This commit is contained in:
syuilo 2017-02-19 07:20:31 +09:00
parent df016afd19
commit f9a7ab1c4d

View file

@ -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) {