rusackas commented on code in PR #21232:
URL: https://github.com/apache/superset/pull/21232#discussion_r982458002
##########
superset-frontend/src/views/components/RightMenu.tsx:
##########
@@ -281,7 +281,7 @@ const RightMenu = ({
onDatabaseAdd={handleDatabaseAdd}
/>
)}
- {environmentTag.text && (
+ {environmentTag && environmentTag.text && (
Review Comment:
Opened [a PR](https://github.com/apache/superset/pull/21614) to fix this
once and for all.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]