Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
emiriko committed May 18, 2024
1 parent f07388c commit ebda3a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/event/(event)/EventPurpose.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ export const EventPurpose: React.FC = () => {
className="!text-center !font-bold rounded-lg flex justify-center m-auto !bg-teal-600 !text-white !w-full max-w-sm !px-6 !py-3"
loading={isLoading}
loadingIndicator={'Creating...'}
>
</LoadingButton>
></LoadingButton>
) : (
<Button
type="submit"
Expand Down

0 comments on commit ebda3a3

Please sign in to comment.