Skip to content

Commit

Permalink
fix add player button not recognizing other steam ids
Browse files Browse the repository at this point in the history
  • Loading branch information
megascatterbomb committed Nov 6, 2024
1 parent b6fc5b3 commit ec17eab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Pages/PlayerHistory/PlayerHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ const PlayerHistory = () => {
const query64 = getSteamID64(query.trim());
const result =
query64 &&
query64 === query &&
![newRecent, newArchive].flat().some((p) => p.steamID64 === query64)
? query64
: undefined;
Expand Down

0 comments on commit ec17eab

Please sign in to comment.