diff options
Diffstat (limited to 'src/screens/Messages/Conversation')
-rw-r--r-- | src/screens/Messages/Conversation/index.tsx | 2 |
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> ) |