Skip to content

Commit

Permalink
(PC-32718) fix(search): filter on bookstore in thematic search (#7153)
Browse files Browse the repository at this point in the history
  • Loading branch information
clesausse-pass authored Nov 6, 2024
1 parent a1e38e7 commit d051aea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export const ThematicSearch: React.FC = () => {
venues={venues}
isLocated={isLocated}
currentView={currentView}
offerCategory={offerCategory}
/>
) : null}
<Spacer.Column numberOfSpaces={6} />
Expand Down

0 comments on commit d051aea

Please sign in to comment.