Skip to content

Commit

Permalink
FRFRFRFRRFFRFRFRFR
Browse files Browse the repository at this point in the history
  • Loading branch information
Deleted user committed Jul 30, 2024
1 parent 5c7b808 commit 04db92a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tgui/packages/tgui/interfaces/Who.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,18 @@ export const Who = (props, context) => {
</Section>
</Stack.Item>
<Stack.Item mt={0.2} grow>
<Section>
<WhoCollapsible
title={'Players - ' + filteredTotalPlayers.length}
color="good"
>
{filteredTotalPlayers.length ? (
{filteredTotalPlayers ? (
<Section>
<WhoCollapsible
title={'Players - ' + filteredTotalPlayers.length}
color="good"
>
<Box>
<FilterPlayers players_to_filter={filteredTotalPlayers} />
</Box>
) : null}
</WhoCollapsible>
</Section>
</WhoCollapsible>
</Section>
) : null}
{factions_additional ? (
<Section>
<WhoCollapsible title="Information" color="olive">
Expand Down

0 comments on commit 04db92a

Please sign in to comment.