Remove commented out code
This commit is contained in:
parent
06872a1314
commit
596001576b
@ -18,7 +18,6 @@ import SearchIcon from '../../svgs/search-line.svg'
|
|||||||
import classNames from 'classnames'
|
import classNames from 'classnames'
|
||||||
import SnIcon from '@/svgs/sn.svg'
|
import SnIcon from '@/svgs/sn.svg'
|
||||||
import { useHasNewNotes } from '../use-has-new-notes'
|
import { useHasNewNotes } from '../use-has-new-notes'
|
||||||
// import { useWallets } from '@/wallets/client/hooks'
|
|
||||||
import { useWalletIndicator } from '@/wallets/client/hooks'
|
import { useWalletIndicator } from '@/wallets/client/hooks'
|
||||||
import SwitchAccountList, { nextAccount, useAccounts } from '@/components/account'
|
import SwitchAccountList, { nextAccount, useAccounts } from '@/components/account'
|
||||||
import { useShowModal } from '@/components/modal'
|
import { useShowModal } from '@/components/modal'
|
||||||
@ -283,7 +282,6 @@ export default function LoginButton () {
|
|||||||
|
|
||||||
function LogoutObstacle ({ onClose }) {
|
function LogoutObstacle ({ onClose }) {
|
||||||
const { registration: swRegistration, togglePushSubscription } = useServiceWorker()
|
const { registration: swRegistration, togglePushSubscription } = useServiceWorker()
|
||||||
// const { removeLocalWallets } = useWallets()
|
|
||||||
const router = useRouter()
|
const router = useRouter()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user