Skip to content

Commit 019bd55

Browse files
committed
changes
1 parent 85911b8 commit 019bd55

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

client/src/components/TextChat.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ function MessageComp({ attribute, showNickname, showTitle }) {
113113
const msg = attribute.value;
114114
const ts = attribute.createdAt;
115115
const player = usePlayer();
116-
117-
const player = usePlayer();
118-
119116
let { avatar } = msg.sender;
120117
if (!avatar) {
121118
avatar = `https://avatars.dicebear.com/api/identicon/${msg.sender.id}.svg`;

0 commit comments

Comments
 (0)