diff --git a/packages/app/components/profile/AccountDeleted.tsx b/packages/app/components/profile/AccountDeleted.tsx index 8f5b255..495a74b 100644 --- a/packages/app/components/profile/AccountDeleted.tsx +++ b/packages/app/components/profile/AccountDeleted.tsx @@ -13,7 +13,7 @@ interface Props { const AccountDeleted: ComponentType = ({ onRestore }) => { return (
- + {(pageTitle: string) => (

@@ -25,15 +25,13 @@ const AccountDeleted: ComponentType = ({ onRestore }) => {