Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Casal authored and Andrew Casal committed Jun 9, 2024
1 parent 243183c commit ceb9351
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/User/GameHistoryTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,7 @@ export function GameHistoryTable(props: GameHistoryProps) {
},
{
header: _("Hd"),
className: (X) =>
"handicap" + (X && X.annulled ? " annulled" : ""),
className: (X) => "handicap" + (X && X.annulled ? " annulled" : ""),
render: (X) => X.handicap,
},
{
Expand Down

0 comments on commit ceb9351

Please sign in to comment.