Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tthvo committed Sep 3, 2024
1 parent 6b645ed commit aa29b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/AppLayout/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export const AppLayout: React.FC<AppLayoutProps> = ({ children }) => {
<Trans t={t} i18nKey="AppLayout.USER_MENU.LANGUAGE_PREFERENCE" />
</DropdownItem>
</FeatureFlag>,
<DropdownItem key={'log-out'} onClick={handleLogout} icon={<LogoutIcon></LogoutIcon>}>
<DropdownItem key={'log-out'} onClick={handleLogout} icon={<LogoutIcon />}>
{t('AppLayout.USER_MENU.LOGOUT')}
</DropdownItem>,
],
Expand Down

0 comments on commit aa29b74

Please sign in to comment.