1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 05:05:17 +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

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