diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-22 16:55:46 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-22 16:55:46 +0700 |
| commit | 424d52ac4ac721edd4b968ce0508d5ee27364f91 (patch) | |
| tree | e02b2c341471539dee5b2913affce10453d8801a /src/pages/my/profile.js | |
| parent | 07b30e319f5a6f51ff5b044840345e05a9deb931 (diff) | |
no message
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 && ( <> |
