1
0
Fork 0
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:
Sean Morley 2025-08-04 12:28:48 -04:00
parent 306b39d245
commit 2c23b6ca57
2 changed files with 5 additions and 2 deletions

View file

@ -24,3 +24,5 @@ overpy==0.7
publicsuffix2==2.20191221
geopy==2.4.1
psutil==6.1.1
geojson==3.2.0
gpxpy==1.6.2

View file

@ -515,7 +515,8 @@
name: recomendation.tag,
user: ''
},
attachments: []
attachments: [],
trails: []
};
isLocationModalOpen = true;
}