Skip to content

Commit

Permalink
chore: add loading for pay online button (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokamoto authored and phoenixpereira committed Feb 24, 2024
1 parent 7d51320 commit ab63f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/(account)/settings/tabs/MembershipSettings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default function MembershipSettings({
onClick={handlePayment}
width="w-full"
size="small"
loading={pay.isMutating}
>
Pay Online
</Button>
Expand Down

0 comments on commit ab63f12

Please sign in to comment.