Skip to content

Commit 23239da

Browse files
committed
Merge branch 'develop'
2 parents 8e86496 + abcb03b commit 23239da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Player/History.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ function History({ handleChallenge }) {
293293
row.original.opponents
294294
.map((u) => u.name.toLowerCase())
295295
.join(",")
296-
.includes(val)
296+
.includes(realVal)
297297
) {
298298
return true;
299299
}

0 commit comments

Comments
 (0)