diff --git a/app/js/tl/parse.js b/app/js/tl/parse.js
index 00e78e2a..45ce8342 100644
--- a/app/js/tl/parse.js
+++ b/app/js/tl/parse.js
@@ -661,13 +661,13 @@ function parse(obj, mix, acct_id, tlid, popup, mutefilter, type) {
mentions = '
' + mentions + '
'
} else {
var to_mention = [toot.account.acct]
- //メンションじゃなくてもlang_parse_thread
- if (toot.in_reply_to_id) {
- mentions = ``
- }
+ }
+ //メンションじゃなくてもlang_parse_thread
+ if (toot.in_reply_to_id) {
+ mentions = ``
}
var tagck = toot.tags[0]
var tags = ''