Skip to content

Commit

Permalink
fix(unlock-app): not hiding approval
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed May 17, 2024
1 parent 8c50ca4 commit dcfd8ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const Attendees = ({ checkoutConfig, event }: AttendeesProps) => {
/>
<FilterBar
hideExpirationFilter={true}
hideApprovalFilter={!event.requiresApproval}
hideApprovalFilter={false} // We could hide this if the event doesn't require approval AND the maxNumberOfKeys > 0
locks={checkoutConfig.config.locks}
lockAddress={lockAddress}
filters={filters}
Expand Down

0 comments on commit dcfd8ee

Please sign in to comment.