Skip to content

Commit

Permalink
ye
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOM authored and DOOM committed May 24, 2024
1 parent 69db211 commit 6d234fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/SecRec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const CrewManifest = ({ searchQuery, setSearchQuery }) => {
/>
{human_mob_list
.filter((record) =>
record.toLowerCase().includes(searchQuery.toLowerCase())
record.toLowerCase().includes(searchQuery.toLowerCase()),
)
.map((record, index) => (
<Stack
Expand Down

0 comments on commit 6d234fe

Please sign in to comment.