diff --git a/packages/desktop/src/components/lines/lineRow.tsx/index.tsx b/packages/desktop/src/components/lines/lineRow.tsx/index.tsx index 35932f6..8964831 100644 --- a/packages/desktop/src/components/lines/lineRow.tsx/index.tsx +++ b/packages/desktop/src/components/lines/lineRow.tsx/index.tsx @@ -52,7 +52,12 @@ export default function LineRow({ * TODO: slowly add to this and fix based on added features * */ const renderActivityIcon = useMemo(() => { - if (isUserTunedIn) return ; + if (isUserTunedIn) + return ( + + + + ); // if there is someone or me broadcasting here if (masterLineData.currentBroadcastersUserIds?.length > 0) @@ -140,7 +145,7 @@ export default function LineRow({ }`} > {/* status dot */} - {renderActivityIcon} +
{renderActivityIcon}
{profilePictures && ( @@ -151,7 +156,7 @@ export default function LineRow({ )}

-
{renderRightActivity}
+
{renderRightActivity}
{/* mounts and unmounts based on if in the room or now */}