Skip to content

Commit

Permalink
#10 Fix build issue (warning handled as error due to CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
SinusStudios committed Apr 18, 2020
1 parent d41adf8 commit bc93d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/src/tabs/players/PlayerInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function PlayerInfo(props: PlayerInfoProps) {
})
}

const showSide = scoreboard.level.bracket === Bracket.grandFinals
// const showSide = scoreboard.level.bracket === Bracket.grandFinals

return (
<Form style={{
Expand Down

0 comments on commit bc93d57

Please sign in to comment.