Skip to content

Commit

Permalink
add .includes(event.city) (#296)
Browse files Browse the repository at this point in the history
* Update [region].js

* Update [region].js
  • Loading branch information
radioblahaj committed Oct 31, 2023
1 parent 75833fe commit 908356d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[region].js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ let regions = [
},
{
name: 'Toronto',
filter: event => ['Toronto', 'Mississauga', 'Hamilton','Milton', 'Oakville', 'Waterloo']
filter: event => ['Toronto', 'Mississauga', 'Hamilton','Milton', 'Oakville', 'Waterloo', 'Toronto, Canada'].includes(event.city)
},
{
name: 'the USA',
Expand Down

0 comments on commit 908356d

Please sign in to comment.