Add convoId as key to Convo wrapper (#4140)
This commit is contained in:
parent
6b6a002b0a
commit
8be65a8790
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export function MessagesConversationScreen({route}: Props) {
|
||||||
)
|
)
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ConvoProvider convoId={convoId}>
|
<ConvoProvider key={convoId} convoId={convoId}>
|
||||||
<Inner />
|
<Inner />
|
||||||
</ConvoProvider>
|
</ConvoProvider>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue