mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-05 13:15:18 +02:00
feat: add trails property to recommendation object in collection page
This commit is contained in:
parent
306b39d245
commit
2c23b6ca57
2 changed files with 5 additions and 2 deletions
|
@ -23,4 +23,6 @@ tqdm==4.67.1
|
||||||
overpy==0.7
|
overpy==0.7
|
||||||
publicsuffix2==2.20191221
|
publicsuffix2==2.20191221
|
||||||
geopy==2.4.1
|
geopy==2.4.1
|
||||||
psutil==6.1.1
|
psutil==6.1.1
|
||||||
|
geojson==3.2.0
|
||||||
|
gpxpy==1.6.2
|
|
@ -515,7 +515,8 @@
|
||||||
name: recomendation.tag,
|
name: recomendation.tag,
|
||||||
user: ''
|
user: ''
|
||||||
},
|
},
|
||||||
attachments: []
|
attachments: [],
|
||||||
|
trails: []
|
||||||
};
|
};
|
||||||
isLocationModalOpen = true;
|
isLocationModalOpen = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue