diff --git a/src/app/components/Toolbar/Features/Account/ManageableAccount.tsx b/src/app/components/Toolbar/Features/Account/ManageableAccount.tsx index d9a0e6d252..c040b85946 100644 --- a/src/app/components/Toolbar/Features/Account/ManageableAccount.tsx +++ b/src/app/components/Toolbar/Features/Account/ManageableAccount.tsx @@ -10,6 +10,7 @@ import { Wallet } from '../../../../state/wallet/types' import { ResponsiveLayer } from '../../../ResponsiveLayer' import { Tabs } from 'grommet/es6/components/Tabs' import { DerivationFormatter } from './DerivationFormatter' +import { uintToBase64, hex2uint } from '../../../../lib/helpers' import { AddressBox } from '../../../AddressBox' export const ManageableAccount = ({ @@ -55,6 +56,16 @@ export const ManageableAccount = ({ +