Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EZP-31070: Missing message in Browse tab in UDW when starting location is empty #284

Merged

Conversation

GrabowskiM
Copy link
Contributor


return this.renderBranch(locationData, branchActiveLocationId, isBranchActiveLocationLoading);
})}
{activeLocations.some((location) => location) && branches.every((branch) => !branch) && this.renderEmptyContent()}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is very complicated. Please avoid using such conditionals.

@GrabowskiM GrabowskiM requested a review from dew326 March 31, 2020 10:11
@lserwatka lserwatka merged commit 8ca89ab into ezsystems:1.5 Mar 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

5 participants