diff options
Diffstat (limited to 'src/pages/my/profile.js')
| -rw-r--r-- | src/pages/my/profile.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pages/my/profile.js b/src/pages/my/profile.js index dcb38722..ebbd7f2a 100644 --- a/src/pages/my/profile.js +++ b/src/pages/my/profile.js @@ -33,8 +33,9 @@ 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 && ( <> |
