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:
parent
306b39d245
commit
2c23b6ca57
2 changed files with 5 additions and 2 deletions
|
@ -515,7 +515,8 @@
|
|||
name: recomendation.tag,
|
||||
user: ''
|
||||
},
|
||||
attachments: []
|
||||
attachments: [],
|
||||
trails: []
|
||||
};
|
||||
isLocationModalOpen = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue