File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ const Playoffs = ({
100
100
) ;
101
101
} ,
102
102
teams : teamsEdited ,
103
- }
103
+ }
104
104
: undefined ;
105
105
106
106
return (
@@ -203,12 +203,12 @@ const Playoffs = ({
203
203
< p className = "mb-2" >
204
204
The { helpers . plural ( "winner" , playIns . length ) } of the{ " " }
205
205
{ playIns [ 0 ] [ 0 ] . home . seed } /{ playIns [ 0 ] [ 0 ] . away . seed } { " " }
206
- { helpers . plural ( "game makes" , playIns . length , "games make" ) } the
206
+ { helpers . plural ( "game makes" , playIns . length , "games make" ) } the{ " " }
207
207
playoffs. Then the{ " " }
208
- { helpers . plural ( "loser plays" , playIns . length , "losers play" ) } the
208
+ { helpers . plural ( "loser plays" , playIns . length , "losers play" ) } the{ " " }
209
209
{ helpers . plural ( "winner" , playIns . length ) } of the{ " " }
210
210
{ playIns [ 0 ] [ 1 ] . home . seed } /{ playIns [ 0 ] [ 1 ] . away . seed } { " " }
211
- { helpers . plural ( "game" , playIns . length ) } for the final playoffs
211
+ { helpers . plural ( "game" , playIns . length ) } for the final playoffs{ " " }
212
212
{ helpers . plural ( "spot" , playIns . length ) } .
213
213
</ p >
214
214
{ [ ...playIns ] . reverse ( ) . map ( ( playIn , i ) => {
You can’t perform that action at this time.
0 commit comments