pabloem commented on a change in pull request #16193:
URL: https://github.com/apache/beam/pull/16193#discussion_r767808519



##########
File path: 
playground/frontend/lib/pages/playground/components/playground_page_providers.dart
##########
@@ -89,6 +89,9 @@ class PlaygroundPageProviders extends StatelessWidget {
         .expand((sdkCategory) => sdkCategory.map((e) => e.examples))
         .expand((element) => element)
         .toList();
+    if (allExamples?.isEmpty ?? true) {

Review comment:
       do you need the `true` here? (asking as someone who does not know Dart)




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to