Skip to content

Commit

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

return (
<TieredSalesSelector
{...props}
optionElement={({
checked,
active,
Expand Down

0 comments on commit ec2e3ff

Please sign in to comment.