Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-scales committed Feb 11, 2024
1 parent acc988a commit 74305e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FU.SPA/src/components/Chat.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export default function Chat({ chatId }) {
<ChatMessage
key={index}
chatMessage={msg}
userIsSender={user?.username === msg.sender.username}
userIsSender={user?.username === msg.sender?.username}
/>
))}
</CardContent>
Expand Down

0 comments on commit 74305e2

Please sign in to comment.