diff --git a/apps/trading/client-pages/markets/mobile-buttons.tsx b/apps/trading/client-pages/markets/mobile-buttons.tsx
index 3693cc9c7..4e3118235 100644
--- a/apps/trading/client-pages/markets/mobile-buttons.tsx
+++ b/apps/trading/client-pages/markets/mobile-buttons.tsx
@@ -45,40 +45,41 @@ export const MarketsMobileSidebar = () => {
element={
<>
- {!pubKeys || isReadOnly ? (
- <>
- {
- // onClick?.();
- openVegaWalletDialog();
- }}
- >
- {t('Connect')}
-
-
-
- >
- ) : (
- <>
-
-
-
- >
- )}
+
+ {!pubKeys || isReadOnly ? (
+ <>
+ {
+ openVegaWalletDialog();
+ }}
+ >
+ {t('Connect')}
+
+
+
+ >
+ ) : (
+ <>
+
+
+
+ >
+ )}
+
>
}
/>
diff --git a/apps/trading/components/sidebar/sidebar.tsx b/apps/trading/components/sidebar/sidebar.tsx
index 50ccb8f37..0f9db4f60 100644
--- a/apps/trading/components/sidebar/sidebar.tsx
+++ b/apps/trading/components/sidebar/sidebar.tsx
@@ -71,14 +71,7 @@ export const Sidebar = ({ options }: { options?: ReactNode }) => {
return (
{options && (
-
+
)}