Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
ThaliApp
Commits
4863eb18
Commit
4863eb18
authored
Nov 06, 2019
by
Dirk Doesburg
Committed by
Gijs Hendriksen
Nov 06, 2019
Browse files
Fixed events map crash
parent
ada68dcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/ui/screens/events/EventScreenConnector.js
View file @
4863eb18
...
...
@@ -18,7 +18,7 @@ const mapDispatchToProps = {
register
:
registrationActions
.
register
,
cancel
:
registrationActions
.
cancel
,
fields
:
registrationActions
.
retrieveFields
,
openMaps
:
location
=>
this
.
openUrl
(
`https://maps.
${
Platform
.
OS
===
'
ios
'
?
'
apple
'
:
'
google
'
}
.com/maps?daddr=
${
location
}
`
),
openMaps
:
location
=>
navigationActions
.
openWebsite
(
`https://maps.
${
Platform
.
OS
===
'
ios
'
?
'
apple
'
:
'
google
'
}
.com/maps?daddr=
${
location
}
`
),
openUrl
:
navigationActions
.
openWebsite
,
retrievePizzaInfo
:
pizzaActions
.
retrievePizzaInfo
,
openAdmin
:
eventActions
.
admin
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment