vincbeck commented on code in PR #71503:
URL: https://github.com/apache/airflow/pull/71503#discussion_r3767960161
##########
airflow-core/src/airflow/ui/src/layouts/Nav/UserSettingsButton.tsx:
##########
@@ -97,6 +100,31 @@ export const UserSettingsButton = ({ externalViews }: {
readonly externalViews:
<Box fontSize="md" fontWeight="semibold">
{`${currentUser.username} (id: ${currentUser.id})`}
</Box>
+ {Array.isArray(currentUser.teams) ? (
Review Comment:
It can be null if the environment is not multi-team
--
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]