Update LeftSidebar.tsx

This commit is contained in:
Hristo Nedelkov 2023-09-26 12:59:43 +03:00
parent 2f143ccfb1
commit 49c37154e5
1 changed files with 5 additions and 1 deletions

View File

@ -8,10 +8,14 @@ import {
ActivityCenterIcon,
SettingsIcon,
} from '@status-im/icons';
import { Stack, YStack } from 'tamagui';
import { YStack } from 'tamagui';
import IconButtonWithDot from './IconButtonWithDot';
import { useDispatch, useSelector } from 'react-redux';
const LeftSidebar = () => {
const buttons = useSelector((state: any) => state.leftSidebar.buttons);
console.log(buttons)
return (
<YStack
space={'$4'}