Skip to content

Commit

Permalink
chat: fix Message component to use standard style
Browse files Browse the repository at this point in the history
  • Loading branch information
williamstein committed Oct 13, 2024
1 parent 9673e17 commit 46b1124
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 131 deletions.
5 changes: 0 additions & 5 deletions src/packages/frontend/chat/chat-log.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -544,11 +544,6 @@ export function MessageList({
sortedDates,
messages,
)}
is_next_sender={isNextMessageSender(
index,
sortedDates,
messages,
)}
show_avatar={!isNextMessageSender(index, sortedDates, messages)}
mode={mode}
get_user_name={(account_id: string | undefined) =>
Expand Down
Loading

0 comments on commit 46b1124

Please sign in to comment.