From b634f71292002dcf4afa35e93f391d6be54e9f88 Mon Sep 17 00:00:00 2001 From: talksik Date: Wed, 11 May 2022 16:42:52 -0500 Subject: [PATCH] Update index.tsx --- packages/desktop/src/pages/terminal/index.tsx | 22 +++++++++++-------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/packages/desktop/src/pages/terminal/index.tsx b/packages/desktop/src/pages/terminal/index.tsx index a1ac5ca..4740b2e 100644 --- a/packages/desktop/src/pages/terminal/index.tsx +++ b/packages/desktop/src/pages/terminal/index.tsx @@ -443,11 +443,11 @@ function LineDetailsTerminal({ /> {otherUser.givenName} - {`${ + {`${ Math.floor(Math.random() * 10) + 1 }:${Math.floor(Math.random() * 100) + 10}pm |`} - {`${ + {`${ Math.floor(Math.random() * 60) + 1 } seconds`} @@ -467,11 +467,11 @@ function LineDetailsTerminal({ /> {"Arjun Patel"} - {`${ + {`${ Math.floor(Math.random() * 10) + 1 }:${Math.floor(Math.random() * 100) + 10}pm |`} - {`${ + {`${ Math.floor(Math.random() * 60) + 1 } seconds`} @@ -479,12 +479,16 @@ function LineDetailsTerminal({ today -
+
{selectedLine.otherUserObjects.map((otherUser) => ( // TODO: show the shadow if it's unheard
- + {otherUser.name} - {`${ + {`${ Math.floor(Math.random() * 10) + 1 }:${Math.floor(Math.random() * 100) + 10}pm |`}