summaryrefslogtreecommitdiff
path: root/src/pages/my/profile.js
diff options
context:
space:
mode:
authorRafi Zadanly <rafizadanly@gmail.com>2022-12-22 17:24:40 +0700
committerRafi Zadanly <rafizadanly@gmail.com>2022-12-22 17:24:40 +0700
commit2ddbbad99c747bac25657c6ef932b98b4b6fdd39 (patch)
treed65f669ff8e690ab09547e0b003058da896ea0d6 /src/pages/my/profile.js
parentb057ff431192e53396848e5d9d4510eba42ebc43 (diff)
no message
Diffstat (limited to 'src/pages/my/profile.js')
-rw-r--r--src/pages/my/profile.js3
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 && (
<>