Skip to content

Commit

Permalink
Update ui/client/src/components/Header.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Shorsher <[email protected]>
Signed-off-by: Gabriel Indik <[email protected]>
  • Loading branch information
gabriel-indik and shorsher authored Jan 14, 2025
1 parent ea549dd commit ff726b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/client/src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const Header: React.FC = () => {
return 0;
} else if (path.startsWith(AppRoutes.Submissions)) {
return 1;
} else if(path.startsWith(AppRoutes.Peers)) {
} else if (path.startsWith(AppRoutes.Peers)) {
return 2;
} else if (path.startsWith(AppRoutes.Registry)) {
return 3;
Expand Down

0 comments on commit ff726b9

Please sign in to comment.