diff --git a/components/header.js b/components/header.js index 63977a39..a8d417de 100644 --- a/components/header.js +++ b/components/header.js @@ -30,7 +30,7 @@ function WalletSummary ({ me }) { function Back () { const router = useRouter() if (typeof window !== 'undefined' && (typeof window.navigation === 'undefined' || window.navigation.canGoBack === undefined || window?.navigation.canGoBack)) { - return router.back()} /> + return router.back()} /> } return null } @@ -272,7 +272,7 @@ export default function Header ({ sub }) { return ( <> - + - +