summaryrefslogtreecommitdiff
path: root/src/web/app/common/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/app/common/scripts')
-rw-r--r--src/web/app/common/scripts/get-post-summary.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/scripts/get-post-summary.js b/src/web/app/common/scripts/get-post-summary.js
index 8e17d54e81..9202fe7b7a 100644
--- a/src/web/app/common/scripts/get-post-summary.js
+++ b/src/web/app/common/scripts/get-post-summary.js
@@ -1,5 +1,5 @@
const getPostSummary = post => {
- let = post.text ? post.text : '';
+ let summary = post.text ? post.text : '';
// メディアが添付されているとき
if (post.media) {