Skip to content

Commit

Permalink
Update tgui/packages/tgui/interfaces/Who.jsx
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
blackcrystall and Drulikar committed Aug 7, 2024
1 parent f772d96 commit c023b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/Who.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const Who = (props, context) => {
player_stealthed_additional?.total_players,
);

const [searchQuery, setSearchQuery] = useState('', '');
const [searchQuery, setSearchQuery] = useState('');

const searchPlayers = () =>
total_players.filter((playerObj) => isMatch(playerObj, searchQuery));
Expand Down

0 comments on commit c023b91

Please sign in to comment.