Fix Right Search (#3017)
This commit is contained in:
parent
e7b65954a8
commit
6fb6f2761c
@ -286,7 +286,8 @@ const RightColumn: FC<OwnProps & StateProps> = ({
|
|||||||
case RightColumnContent.Search:
|
case RightColumnContent.Search:
|
||||||
return (
|
return (
|
||||||
<RightSearch
|
<RightSearch
|
||||||
chatId={`right_search_${chatId!}`}
|
key={`right_search_${chatId!}`}
|
||||||
|
chatId={chatId!}
|
||||||
threadId={threadId!}
|
threadId={threadId!}
|
||||||
onClose={close}
|
onClose={close}
|
||||||
isActive={isOpen && isActive}
|
isActive={isOpen && isActive}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user