Skip to content

Commit

Permalink
removed acc to bot
Browse files Browse the repository at this point in the history
  • Loading branch information
gurramkarthiknetha committed Dec 28, 2024
1 parent dd06269 commit 642deaf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/screens/UserPortal/Campaigns/PledgeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ const PledgeModal: React.FC<InterfacePledgeModal> = ({
* @param e - The form submission event.
* @returns A promise that resolves when the pledge is successfully updated.
*/
/*istanbul ignore next*/
const updatePledgeHandler = useCallback(
async (e: ChangeEvent<HTMLFormElement>): Promise<void> => {
e.preventDefault();
Expand Down Expand Up @@ -209,7 +208,6 @@ const PledgeModal: React.FC<InterfacePledgeModal> = ({
});
hide();
} catch (error: unknown) {
/*istanbul ignore next*/
toast.error((error as Error).message);
}
},
Expand Down

0 comments on commit 642deaf

Please sign in to comment.