mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-23 19:46:28 -05:00
Fix unplayed rosters showing struck
This commit is contained in:
@@ -589,7 +589,7 @@ function Rosters({
|
||||
to={userPage(p)}
|
||||
className={clsx("stack horizontal sm", {
|
||||
[INACTIVE_PLAYER_CSS]:
|
||||
teamOneParticipatedPlayers.length === 0 ||
|
||||
teamOneParticipatedPlayers.length > 0 &&
|
||||
teamOneParticipatedPlayers.every(
|
||||
(participatedPlayer) =>
|
||||
p.id !== participatedPlayer.id,
|
||||
@@ -634,7 +634,7 @@ function Rosters({
|
||||
to={userPage(p)}
|
||||
className={clsx("stack horizontal sm", {
|
||||
[INACTIVE_PLAYER_CSS]:
|
||||
teamTwoParticipatedPlayers.length === 0 ||
|
||||
teamTwoParticipatedPlayers.length > 0 &&
|
||||
teamTwoParticipatedPlayers.every(
|
||||
(participatedPlayer) =>
|
||||
p.id !== participatedPlayer.id,
|
||||
|
||||
Reference in New Issue
Block a user