[
https://issues.apache.org/jira/browse/BEAM-13423?focusedWorklogId=695096&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-695096
]
ASF GitHub Bot logged work on BEAM-13423:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Dec/21 14:30
Start Date: 13/Dec/21 14:30
Worklog Time Spent: 10m
Work Description: 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]
Issue Time Tracking
-------------------
Worklog Id: (was: 695096)
Time Spent: 40m (was: 0.5h)
> [Playground] Bug on UI in catalog if there are no examples
> ----------------------------------------------------------
>
> Key: BEAM-13423
> URL: https://issues.apache.org/jira/browse/BEAM-13423
> Project: Beam
> Issue Type: Bug
> Components: beam-playground
> Reporter: Daria Malkova
> Assignee: Aydar Farrakhov
> Priority: P2
> Labels: beam-playground-bugfix, beam-playground-frontend,
> beam-playground-sprint-5
> Time Spent: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)