Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for location being undefined #15

Merged
merged 2 commits into from
Mar 31, 2022

Conversation

chodyo
Copy link
Contributor

@chodyo chodyo commented Mar 31, 2022

event.location is being set to undefined elsewhere, and undefined !== false evaluates to true, so the module is attempting to set the location in the UI even for events without locations.

Fixes #14

chodyo added 2 commits March 31, 2022 11:33
`event.location` is being set to `undefined` elsewhere, and `undefined !== false` evaluates to true, so the module is attempting to set the location in the UI even for events without locations.
@randomBrainstormer
Copy link
Owner

Nice catch

@randomBrainstormer randomBrainstormer merged commit dd9b9bc into randomBrainstormer:main Mar 31, 2022
@chodyo chodyo deleted the patch-1 branch April 1, 2022 02:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

showLocation: true gets stuck on "loading"
2 participants