From e1cea74c72a44111fba4b4b451e2a592e6cbf06c Mon Sep 17 00:00:00 2001 From: Wenderson Pires Date: Tue, 30 Apr 2024 17:07:25 -0300 Subject: [PATCH] fixed SelectPot form --- src/modals/ModalDonation/SelectPot.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modals/ModalDonation/SelectPot.tsx b/src/modals/ModalDonation/SelectPot.tsx index 4370f032..0c9fd466 100644 --- a/src/modals/ModalDonation/SelectPot.tsx +++ b/src/modals/ModalDonation/SelectPot.tsx @@ -12,7 +12,7 @@ const SelectPot = ({ selectedRound, activeRoundsOptions, updateState }: any) => return ( selectedRound: val, }); }, - }} + } as any)} /> );