Commit 92ef81b 1 parent 2aac4cf commit 92ef81b Copy full SHA for 92ef81b
File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ const TradersHubHeader = observer(() => {
42
42
header_extension,
43
43
is_accounts_switcher_on,
44
44
is_app_disabled,
45
- is_desktop,
46
45
is_mobile,
47
46
is_route_modal_on,
48
47
account_switcher_disabled_message,
@@ -105,15 +104,15 @@ const TradersHubHeader = observer(() => {
105
104
< DerivBrandLogo className = 'traders-hub-header__logo' />
106
105
</ StaticUrl >
107
106
</ div >
108
- { is_desktop && (
107
+ { ! is_mobile && (
109
108
< React . Fragment >
110
109
< div className = 'traders-hub-header__divider' />
111
110
< TradersHubHomeButton />
112
111
</ React . Fragment >
113
112
) }
114
113
< MenuLinks { ...{ is_traders_hub_routes : true } } />
115
114
</ div >
116
- { is_desktop && (
115
+ { ! is_mobile && (
117
116
< React . Fragment >
118
117
< div className = 'traders-hub-header__menu-right' >
119
118
< div className = 'traders-hub-header__divider' />
You can’t perform that action at this time.
0 commit comments