From 072339c5095f2af1abc4dd622f7b45f014ff413f Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Wed, 2 Feb 2022 13:09:18 -0800 Subject: [PATCH] Update ViewConvo.tsx --- packages/web/components/MainTabsOrPages/ViewConvo.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/packages/web/components/MainTabsOrPages/ViewConvo.tsx b/packages/web/components/MainTabsOrPages/ViewConvo.tsx index 11f0ca0..57cc98b 100644 --- a/packages/web/components/MainTabsOrPages/ViewConvo.tsx +++ b/packages/web/components/MainTabsOrPages/ViewConvo.tsx @@ -25,7 +25,7 @@ const testDrawerItems: { }[] = [ { linkType: LinkType.googleMeet, - linkName: "Gmeet - Meeting", + linkName: "Gmeet - Meeting Link", relativeSentTime: "5 seconds ago", }, { @@ -101,16 +101,13 @@ const testAudioClips: { }, ]; -const gridRows = 4; -const gridItems = 4 * 100; - export default function ViewConvo(props: { conversationId: string }) { // auth if do not have this conversation in react cache, then we are not authorized // if somehow it's still cached but we were removed, // then authenticate by checking if we are in the array of users for the conversation - const endOfTimeline = useRef(); + const endOfTimeline = useRef(); useEffect(() => { endOfTimeline.current?.scrollIntoView({ behavior: "smooth" }); @@ -246,7 +243,7 @@ export default function ViewConvo(props: { conversationId: string }) { ); })} -
+ {/* stuff for recording and playing action */}