aaron-wolmutt commented on code in PR #58981:
URL: https://github.com/apache/airflow/pull/58981#discussion_r2593427524
##########
airflow-core/src/airflow/ui/src/layouts/Nav/UserSettingsButton.tsx:
##########
@@ -91,6 +93,16 @@ export const UserSettingsButton = ({ externalViews }: {
readonly externalViews:
<NavButton icon={FiUser} title={translate("user")} />
</Menu.Trigger>
<Menu.Content>
+ {currentUser ? (
+ <Box borderBottom="1px solid" borderColor="border.muted" p={3}>
Review Comment:
Refactored it to use the <Menu.Separator/>
It should look the same now.
--
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]