質問編集履歴

1

クラス名が間違っていたので修正しました。しかしまだif文はそのまま表示されています。

2020/06/21 10:15

投稿

mako19
mako19

スコア6

test CHANGED
File without changes
test CHANGED
@@ -70,9 +70,9 @@
70
70
 
71
71
  `<div class="PostInfo__yourComments-wrapper">
72
72
 
73
- <a href="/users/${comment.user_id}"><img src="${comment.image}" class="PostInfo__yourComments--image UserShow-image"></a>
73
+ <a href="/users/${comment.user_id}"><img src="${comment.image}" class="PostInfo__yourComments--image CommentUserShow-image"></a>
74
74
 
75
- <a class="PostInfo__yourComments--name UserShow-name", href="/users/${comment.user_id}">${comment.user_name}</a>
75
+ <a class="PostInfo__yourComments--name CommentUserShow-name", href="/users/${comment.user_id}">${comment.user_name}</a>
76
76
 
77
77
  <div class="PostInfo__yourComments--contents">
78
78