diff --git a/.changeset/dirty-dogs-promise.md b/.changeset/dirty-dogs-promise.md new file mode 100644 index 0000000000..a845151cc8 --- /dev/null +++ b/.changeset/dirty-dogs-promise.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/packages/apps/dev-wallet/src/App/Layout/SideBar.tsx b/packages/apps/dev-wallet/src/App/Layout/SideBar.tsx index 190fb819ba..68dae5f4a2 100644 --- a/packages/apps/dev-wallet/src/App/Layout/SideBar.tsx +++ b/packages/apps/dev-wallet/src/App/Layout/SideBar.tsx @@ -29,12 +29,11 @@ import { useLayout, } from '@kadena/kode-ui/patterns'; import { FC } from 'react'; -import { Link, useNavigate } from 'react-router-dom'; +import { Link } from 'react-router-dom'; export const SideBar: FC = () => { const { theme, setTheme } = useTheme(); const { isExpanded } = useLayout(); - const navigate = useNavigate(); const { lockProfile } = useWallet(); const toggleTheme = (): void => { @@ -123,10 +122,6 @@ export const SideBar: FC = () => { } > - navigate('/profile')} - label="Profile" - /> } label="Logout" @@ -140,12 +135,12 @@ export const SideBar: FC = () => { label="Change theme" >