Browse Source

Apply suggestion from @Copilot

Co-authored-by: Copilot <[email protected]>
pull/824/head
Jeremy Gallant 10 months ago
committed by GitHub
parent
commit
5dba1c7798
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/web/src/components/PageComponents/Messages/ChannelChat.tsx

2
packages/web/src/components/PageComponents/Messages/ChannelChat.tsx

@ -41,7 +41,7 @@ type DayGroup = { dayKey: number; label: string; items: Message[] };
function groupMessagesByDay(
messages: Message[],
t: TFunction<"ui", undefined>,
t: TFunction<"common", undefined>,
fmt: Intl.DateTimeFormat,
): DayGroup[] {
const out: DayGroup[] = [];

Loading…
Cancel
Save