Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Adding Venezuela and Brighton to supported cities (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
apoclyps authored Feb 23, 2019
1 parent f29451d commit 30a1a5a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion services/client/src/pages/events/components/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@ class Events extends Component {
if (subdomain) {
if (
_.includes(
["belfast", "glasgow", "edinburgh", "dublin", "nyc"],
[
"belfast",
"glasgow",
"edinburgh",
"dublin",
"nyc",
"venezuela",
"brighton"
],
subdomain
)
) {
Expand Down

0 comments on commit 30a1a5a

Please sign in to comment.