- {selectedLine.otherUserObjects.map((otherUser) => (
-
-
-
{otherUser.givenName}
-
-
{`${
- Math.floor(Math.random() * 10) + 1
- }:${Math.floor(Math.random() * 100) + 10}pm |`}
-
-
{`${
- Math.floor(Math.random() * 60) + 1
- } seconds`}
-
- ))}
+
yesterday
-
-
{'Arjun Patel'}
+
+ {selectedLine.otherUserObjects.map((otherUser) => (
+
+ ))}
+
+
+ {selectedLine.otherUserObjects.map((otherUser) => (
+
+ {`${otherUser.givenName}, `}
+
+ ))}
{`${
Math.floor(Math.random() * 10) + 1
@@ -218,45 +200,53 @@ function LineDetails() {
Math.floor(Math.random() * 60) + 1
} seconds`}
+
+
today
+
+
+
+ {selectedLine.otherUserObjects.map((otherUser) => (
+
+ ))}
+
+
+ {selectedLine.otherUserObjects.map((otherUser) => (
+
+ {`${otherUser.givenName}, `}
+
+ ))}
+
+
{`${
+ Math.floor(Math.random() * 10) + 1
+ }:${Math.floor(Math.random() * 100) + 10}pm |`}
+
+
{`${
+ Math.floor(Math.random() * 60) + 1
+ } seconds`}
+
+
+ {/* live broadcasters */}
+
+
+ right now
+
+
+ {/* change to show only the broadcasters */}
+ {/*
*/}