Skip to content

Commit

Permalink
fixed SelectPot form
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Apr 30, 2024
1 parent de78988 commit e1cea74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modals/ModalDonation/SelectPot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const SelectPot = ({ selectedRound, activeRoundsOptions, updateState }: any) =>
return (
<PotSelector>
<Dropdown
props={{
{...({
sortVal: activeRoundsOptions ? activeRoundsOptions[selectedRound].label : "",
showCount: false,
sortList: Object.values(activeRoundsOptions),
Expand All @@ -32,7 +32,7 @@ const SelectPot = ({ selectedRound, activeRoundsOptions, updateState }: any) =>
selectedRound: val,
});
},
}}
} as any)}
/>
</PotSelector>
);
Expand Down

0 comments on commit e1cea74

Please sign in to comment.