Skip to content

Commit

Permalink
chore: enable loading of menu header
Browse files Browse the repository at this point in the history
  • Loading branch information
pooriaset committed Dec 4, 2024
1 parent 3b54076 commit 074a557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[locale]/(main)/profile/components/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Menu = () => {
}}
>
<MenuHeader
// isLoading={!!error || loading}
isLoading={!!error || loading}
fullName={fullName}
username={data?.customer?.username || ''}
/>
Expand Down

0 comments on commit 074a557

Please sign in to comment.