Skip to content

Commit 337f09a

Browse files
Fix moves-by-rating build formatting
1 parent c5dbabb commit 337f09a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/components/Analysis/MovesByRating.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,16 @@ export const MovesByRating: React.FC<Props> = ({
139139
>
140140
<stop
141141
offset="5%"
142-
stopColor={displayedColorSanMapping[move]?.color ?? '#fff'}
142+
stopColor={
143+
displayedColorSanMapping[move]?.color ?? '#fff'
144+
}
143145
stopOpacity={0.5}
144146
/>
145147
<stop
146148
offset="95%"
147-
stopColor={displayedColorSanMapping[move]?.color ?? '#fff'}
149+
stopColor={
150+
displayedColorSanMapping[move]?.color ?? '#fff'
151+
}
148152
stopOpacity={0}
149153
/>
150154
</linearGradient>

0 commit comments

Comments
 (0)