diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-22 17:24:40 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-22 17:24:40 +0700 |
| commit | 2ddbbad99c747bac25657c6ef932b98b4b6fdd39 (patch) | |
| tree | d65f669ff8e690ab09547e0b003058da896ea0d6 /src/pages/my/profile.js | |
| parent | b057ff431192e53396848e5d9d4510eba42ebc43 (diff) | |
no message
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 && ( <> |
