diff --git a/src/components/General/LeftSidebar/LeftSidebar.tsx b/src/components/General/LeftSidebar/LeftSidebar.tsx index 87f17cf3..b5ed7022 100644 --- a/src/components/General/LeftSidebar/LeftSidebar.tsx +++ b/src/components/General/LeftSidebar/LeftSidebar.tsx @@ -8,9 +8,9 @@ import { ActivityCenterIcon, SettingsIcon, } from '@status-im/icons' -import { XStack, YStack } from 'tamagui' +import { YStack } from 'tamagui' import { useSelector } from 'react-redux' -import { Text, Tooltip } from '@status-im/components' +import { Tooltip } from '@status-im/components' import LeftSidebarIconButton from './LeftSidebarIconButton' import { SidebarButton } from '../../../redux/LeftSidebar/slice' @@ -54,16 +54,7 @@ const LeftSidebar = () => { }} > {buttons.map((button: SidebarButton) => ( - - - {button.tooltip} - - - } - > +