Skip to content

Commit 48d19d8

Browse files
committed
[Bug]: Empty spaces on User Details page #2745, move navigation links
1 parent c10adfb commit 48d19d8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

frontend/src/layouts/AppLayout/hooks.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ export const useSideNavigation = () => {
4343
text: t('navigation.settings'),
4444
href: ROUTES.USER.DETAILS.FORMAT(userName),
4545
},
46-
process.env.UI_VERSION === 'sky' && {
47-
type: 'link',
48-
text: t('navigation.billing'),
49-
href: billingUrl,
50-
},
5146
{
5247
type: 'link',
5348
text: t('users.projects'),
5449
href: userProjectsUrl,
5550
},
51+
process.env.UI_VERSION === 'sky' && {
52+
type: 'link',
53+
text: t('navigation.billing'),
54+
href: billingUrl,
55+
},
5656
].filter(Boolean);
5757

5858
const navLinks: SideNavigationProps['items'] = [

0 commit comments

Comments
 (0)