Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyeongmee committed Jan 24, 2025
1 parent 0e19465 commit 817a5f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const EditFundingFrame: React.FC<EditFundingFrameProps> = ({ clubId }) => {
/>
<AsyncBoundary isLoading={isLoading} isError={isError}>
<FundingForm
clubId={clubId}
onCancel={cancelClick}
onSubmit={handleSubmit}
initialData={funding ?? []}
Expand Down

0 comments on commit 817a5f7

Please sign in to comment.