diff --git a/src/equicordplugins/whosWatching/index.tsx b/src/equicordplugins/whosWatching/index.tsx index 07c7fe21..f339d65f 100644 --- a/src/equicordplugins/whosWatching/index.tsx +++ b/src/equicordplugins/whosWatching/index.tsx @@ -118,39 +118,37 @@ export default definePlugin({ return ( <>
{props.children}
-
+
{getIntlMessage("SPECTATORS", { numViewers: userIds.length })} -
- {users.length ? - <> - ( - openUserProfile(user.id)} - > - {user.username} - - )} - /> - - : No spectators - } -
+ {users.length ? + <> + ( + openUserProfile(user.id)} + > + {user.username} + + )} + /> + + : No spectators + }
);