diff --git a/app/(application)/(user)/_layout.tsx b/app/(application)/(user)/_layout.tsx index 8eefcd6..9640007 100644 --- a/app/(application)/(user)/_layout.tsx +++ b/app/(application)/(user)/_layout.tsx @@ -21,8 +21,7 @@ export default function UserLayout() { , }} /> diff --git a/app/(application)/(user)/profile/_layout.tsx b/app/(application)/(user)/profile/_layout.tsx index 9faf16b..eb1a931 100644 --- a/app/(application)/(user)/profile/_layout.tsx +++ b/app/(application)/(user)/profile/_layout.tsx @@ -23,7 +23,11 @@ export default function ProfileLayout() { /> ( + + ), + }} /> { return ( <> - handlerOnUpdate()}> - Update - - + + handlerOnUpdate()}> + Update + + ); };