Skip to content

Commit

Permalink
Merge branch 'master' into persian-language
Browse files Browse the repository at this point in the history
  • Loading branch information
e0d authored Aug 16, 2023
2 parents 487ba0f + 61d0f9a commit 1c38f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discussions/data/hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ export const useTourConfiguration = () => {
), []);

const toursConfig = useMemo(() => (
tours?.map((tour) => (
tours?.map((tour) => Object.keys(tourCheckpoints(intl)).includes(tour.tourName) && (
{
tourId: tour.tourName,
advanceButtonText: intl.formatMessage(messages.advanceButtonText),
Expand Down

0 comments on commit 1c38f74

Please sign in to comment.