Skip to content

Commit

Permalink
Fix for duplicate flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlipperPA committed Jul 28, 2021
1 parent 1f3d74c commit b106951
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,15 @@ MAPBOX_KEY = "YourMaxBoxKeyGoesHere" # noqa

# Example of sending settings to tsml-ui
MEETING_GUIDE = {
"flags": ["Men", "Women", "Wheelchair", "Temp Closed"],
"map": {
"key": MAPBOX_KEY,
},
"search": "or",
"flags": ["M", "W", "X", "TC"],
"show": {
"listButtons": True,
},
"strings": {
"en": {
"types": {
"TC": "Temp Closed",
"X": "Wheelchair",
"TC": "Temp Closed",
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion meeting_guide/static/meeting_guide/app.js

Large diffs are not rendered by default.

0 comments on commit b106951

Please sign in to comment.