diff options
Diffstat (limited to 'src/pages/my/profile.js')
| -rw-r--r-- | src/pages/my/profile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/my/profile.js b/src/pages/my/profile.js index edde307f..dcb38722 100644 --- a/src/pages/my/profile.js +++ b/src/pages/my/profile.js @@ -33,8 +33,8 @@ export default function MyProfile() { return ( <WithAuth> + <AppBar title="Akun Saya" /> <Layout> - <AppBar title="Akun Saya" /> <form onSubmit={update} className="w-full px-4"> { auth?.id && ( <> |
