Skip to content

Commit

Permalink
Release 2025-02-26 2 (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannaPeanut authored Feb 26, 2025
2 parents 08e7eb7 + 799cf01 commit 11f5fcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const SubsectionPlacemarkImport = ({ project }: Props) => {
}
}

const placemarkPlayUrl = `https://play.placemark.io/?load=https://${!isProduction && "staging."}trassenscout.de/api/projects/${projectSlug}.json`
const placemarkPlayUrl = `https://play.placemark.io/?load=https://${!isProduction ? "staging." : ""}trassenscout.de/api/projects/${projectSlug}.json`

const handleUploadChange = async (event: React.ChangeEvent<HTMLInputElement>) => {
const files = event.target.files as FileList
Expand Down

0 comments on commit 11f5fcd

Please sign in to comment.