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

shuffling: store randoms on reload #74

Merged
merged 5 commits into from
Aug 1, 2024
Merged

shuffling: store randoms on reload #74

merged 5 commits into from
Aug 1, 2024

Conversation

stritti
Copy link
Member

@stritti stritti commented Aug 1, 2024

No description provided.

@stritti stritti requested a review from flwflwflw August 1, 2024 12:19
Copy link

netlify bot commented Aug 1, 2024

Deploy Preview for sytivities ready!

Name Link
🔨 Latest commit de0483a
🔍 Latest deploy log https://app.netlify.com/sites/sytivities/deploys/66ab7dc1df644b0008082754
😎 Deploy Preview https://deploy-preview-74--sytivities.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@AlexanderKugler AlexanderKugler merged commit 28daa6f into main Aug 1, 2024
6 checks passed
const osmId = this.route.snapshot.paramMap.get('osm_id');
if (osmId) {
const osmIdString = this.route.snapshot.paramMap.get('osm_id');
if (osmIdString) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OSM IDs können jetzt nur noch numbers, null oder undefined sein, ist das nicht unreachable?

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.

3 participants