We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66fe4ca commit dbf55bfCopy full SHA for dbf55bf
1 file changed
lib/Screens/Racing/circuit.dart
@@ -226,11 +226,7 @@ class CircuitScreenContent extends StatelessWidget {
226
details['raceReview']['curatedSection']['items'],
227
)
228
: Container()
229
- : details['raceCuratedArticles'] != null
230
- ? CuratedSection(
231
- details['raceCuratedArticles']['items'],
232
- )
233
- : Container(),
+ : Container(),
234
Padding(
235
padding: EdgeInsets.only(top: 5),
236
child: Card(
0 commit comments