Client - fix workout detail display when no gpx
This commit is contained in:
@ -2,7 +2,12 @@
|
||||
<div id="workout-map">
|
||||
<div
|
||||
class="leaflet-container"
|
||||
v-if="geoJson.jsonData && center && bounds.length === 2"
|
||||
v-if="
|
||||
workoutData.workout.with_gpx &&
|
||||
geoJson.jsonData &&
|
||||
center &&
|
||||
bounds.length === 2
|
||||
"
|
||||
>
|
||||
<LMap
|
||||
:zoom="options.zoom"
|
||||
|
Reference in New Issue
Block a user