Skip to content

Commit

Permalink
remove depricated variant
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Nov 6, 2023
1 parent 2976454 commit ae43232
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/(stats)/composition/[id]/_component/squad-groups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,16 @@ export const SquadGroups = ({ value }: SquadGroupsProps) => {
<div className="flex flex-col gap-8 pt-6">
<div className="flex flex-wrap gap-8 px-2">
<Detail
variant="secondary"
label="Percentile"
value={toPercentage(current.percentile)}
/>
<Detail
variant="secondary"
label="Deviation"
value={
current.deviation ? toPercentage(current.deviation) : '-'
}
/>
<Detail
variant="secondary"
label="Winrate"
value={current.winrate ? toPercentage(current.winrate) : '-'}
/>
Expand Down

0 comments on commit ae43232

Please sign in to comment.