Skip to content

Commit

Permalink
Merge pull request #1549 from jumperexchange/staging
Browse files Browse the repository at this point in the history
Production Release
  • Loading branch information
oktapodia authored Nov 27, 2024
2 parents 9b4962b + 42765fd commit 60e882c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/Menus/VerticalMenu/VerticalTabs.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
'use client';
import { useActiveTabStore } from '@/stores/activeTab';
import { useAccount } from '@lifi/wallet-management';
import { Tooltip, useMediaQuery } from '@mui/material';
import type { Theme } from '@mui/material/styles';
import { useGetNFT } from '../../../wash/hooks/useGetNFT';
import { useVerticalTabs } from './useVerticalTabs';
import { VerticalTab, VerticalTabsContainer } from './VerticalTabs.style';

Expand All @@ -14,13 +12,10 @@ export const VerticalTabs = () => {
setActiveTab(newValue);
};
const verticalTabs = useVerticalTabs();
const data = useGetNFT();
const { account } = useAccount();

return (
<VerticalTabsContainer
value={!isDesktop ? false : activeTab}
sx={{ ...(data.hasNFT && account?.address && { marginTop: '140px' }) }}
orientation="vertical"
onChange={handleChange}
aria-label="vertical-tabs"
Expand Down

1 comment on commit 60e882c

@vercel
Copy link

@vercel vercel bot commented on 60e882c Nov 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.