Skip to content

Commit

Permalink
Fix touristicContents links for activityBar
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Nov 4, 2024
1 parent 454ce59 commit 4b4c65c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const ActivitySearchFilter: React.FC<Props> = ({
if (type === 'PRACTICE') return PRACTICE_ID;
if (type === 'OUTDOOR_PRACTICE') return OUTDOOR_ID;
if (type === 'TOURISTIC_EVENT_TYPE') return EVENT_ID;
if (type === 'CATEGORIES') return CATEGORY_ID;
if (type === 'CATEGORY') return CATEGORY_ID;

return null;
};
Expand Down

0 comments on commit 4b4c65c

Please sign in to comment.