File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -75,13 +75,11 @@ export const MobileNavMenu = ({ links = true }: MobileNavMenuProps) => {
75
75
</ List >
76
76
</ Grid >
77
77
) }
78
-
79
78
{ isAuthorized && links && (
80
79
< Grid item xs = { 12 } >
81
80
< Divider />
82
81
</ Grid >
83
82
) }
84
-
85
83
< Grid item xs = { 12 } >
86
84
{ isAuthorized && (
87
85
< >
@@ -92,11 +90,9 @@ export const MobileNavMenu = ({ links = true }: MobileNavMenuProps) => {
92
90
</ >
93
91
) }
94
92
</ Grid >
95
-
96
93
< Grid item xs = { 12 } >
97
94
< Divider />
98
95
</ Grid >
99
-
100
96
< Grid item xs = { 12 } >
101
97
< UserMenuContent />
102
98
</ Grid >
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ export const NavBarContents = () => {
83
83
< >
84
84
{ biggerThanSm && < NavLinks linkWidth = { 100 } /> }
85
85
{ settingsButton }
86
- < MobileNavMenu links = { false } />
86
+ < MobileNavMenu links = { ! biggerThanSm } />
87
87
</ >
88
88
) ;
89
89
}
You can’t perform that action at this time.
0 commit comments