Skip to content

Commit c238175

Browse files
committed
Merge branch 'message-updates' of https://github.com/Watts-Lab/deliberation-empirica into message-updates
2 parents c47eda9 + 9a68f5c commit c238175

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

client/src/components/TextChat.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ function MessageComp({ attribute, showNickname, showTitle }) {
114114
const ts = attribute.createdAt;
115115
const player = usePlayer();
116116

117+
const player = usePlayer();
118+
117119
let { avatar } = msg.sender;
118120
if (!avatar) {
119121
avatar = `https://avatars.dicebear.com/api/identicon/${msg.sender.id}.svg`;

0 commit comments

Comments
 (0)