Skip to content

Commit

Permalink
refactor: removed commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Florez authored and Sergio Florez committed Jan 26, 2025
1 parent 506e403 commit 9adc9e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/components/app/NavigationBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ export const NavigationBar = ({
tabIndex={-1}
ref={(el) => (ref_logout.current = el)}
onKeyDown={(e) => handleKeyDownMenu(e, null)}
id="logout"
>
<LogoutIconOutline
className="navigation__icon__outline"
Expand Down
3 changes: 1 addition & 2 deletions src/components/login/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ export const Login = () => {

const loginButton: ButtonItem = {
label: translate('login.button.label'),
type: BUTTON_TYPES.PRIMARY,
id: 'login'
type: BUTTON_TYPES.PRIMARY
};

const hasTenant = tenant != null;
Expand Down

0 comments on commit 9adc9e6

Please sign in to comment.