Skip to content

Commit 35af1a9

Browse files
nhannahvirdesai
andauthored
Update src/components/Message/Message.tsx
Co-authored-by: Vir Desai <[email protected]>
1 parent 8ec6c36 commit 35af1a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Message/Message.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -796,15 +796,15 @@ const MessageWithContext = <
796796
setOverlay('none');
797797
const retryMessage = { ...message };
798798
const reserved = [
799-
'config',
800799
'cid',
800+
'config',
801+
'created_at',
801802
'created_by',
802803
'id',
804+
'last_message_at',
803805
'member_count',
804806
'type',
805-
'created_at',
806807
'updated_at',
807-
'last_message_at',
808808
];
809809
reserved.forEach((key) => {
810810
delete retryMessage[key];

0 commit comments

Comments
 (0)