From 0f8009fe2f1bb6f996f712090fc8911b772656dc Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Tue, 17 Jan 2023 19:27:34 -0800 Subject: [PATCH] SmartTimeline: Use key prop to ensure no re-use of existing component --- ts/state/smart/ConversationView.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ts/state/smart/ConversationView.tsx b/ts/state/smart/ConversationView.tsx index d1f49185dea3..4545d7c2b77e 100644 --- a/ts/state/smart/ConversationView.tsx +++ b/ts/state/smart/ConversationView.tsx @@ -53,7 +53,9 @@ export function SmartConversationView(): JSX.Element { renderConversationHeader={() => ( )} - renderTimeline={() => } + renderTimeline={() => ( + + )} renderPanel={() => { if (!topPanel) { return;