File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/fragments/forms/map-form/components/download Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import Vehicle from '@/models/vehicle'
66import constants from '@/resources/constants'
77import toKml from '@maphubs/tokml'
88import toGpx from 'togpx'
9- import vehicle from "@/models/vehicle" ;
109
1110export default {
1211 data : ( ) => ( {
@@ -86,10 +85,9 @@ export default {
8685 } ,
8786 availableDownloadFormats ( ) {
8887 const context = this
89- const available = this . lodash . filter ( this . downloadFormats , ( f ) => {
88+ return this . lodash . filter ( this . downloadFormats , ( f ) => {
9089 return context . downloadFormatsSupported . includes ( f . value )
9190 } )
92- return available
9391 } ,
9492 // low priority TODO: read jobs and vehicles out of MapView data instead of prop
9593 dataJson ( ) {
You can’t perform that action at this time.
0 commit comments