Skip to content

Commit 9a68f5c

Browse files
committed
textchat runs
1 parent d589273 commit 9a68f5c

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
@@ -113,6 +113,8 @@ function MessageComp({ attribute, showNickname, showTitle }) {
113113
const msg = attribute.value;
114114
const ts = attribute.createdAt;
115115

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

0 commit comments

Comments
 (0)