about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/screens/Messages/Conversation/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Messages/Conversation/index.tsx b/src/screens/Messages/Conversation/index.tsx
index eaa3ddecb..d21887de3 100644
--- a/src/screens/Messages/Conversation/index.tsx
+++ b/src/screens/Messages/Conversation/index.tsx
@@ -52,7 +52,7 @@ export function MessagesConversationScreen({route}: Props) {
   )
 
   return (
-    <ConvoProvider convoId={convoId}>
+    <ConvoProvider key={convoId} convoId={convoId}>
       <Inner />
     </ConvoProvider>
   )