Skip to content

Commit

Permalink
fix: pass down props to tiered-sales-selector
Browse files Browse the repository at this point in the history
  • Loading branch information
kasrakhosravi committed Dec 11, 2022
1 parent ff1976f commit 76eb172
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export const ERC721TieredSalesSelector = (props: Props = {}) => {

return (
<TieredSalesSelector
{...props}
optionElement={({
checked,
active,
Expand Down Expand Up @@ -111,6 +110,7 @@ export const ERC721TieredSalesSelector = (props: Props = {}) => {
</>
);
}}
{...props}
/>
);
};

0 comments on commit 76eb172

Please sign in to comment.