Skip to content

Commit

Permalink
removing unnecessary prop
Browse files Browse the repository at this point in the history
  • Loading branch information
lankaukk committed Jan 3, 2024
1 parent b1b4d72 commit 918fd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/src/utils/multiplayer-wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const CommentWrapper = React.memo(
return <Comment {...commentProps} />
}
return (
<div style={{ position: 'relative', color: undefined }}>
<div style={{ position: 'relative' }}>
<MultiplayerAvatar
name={multiplayerInitialsFromName(normalizeMultiplayerName(user.name))}
color={multiplayerColorFromIndex(user.colorIndex)}
Expand Down

0 comments on commit 918fd04

Please sign in to comment.