You haven’t got any favourites yet
This is where you can collect inspiration, articles, events and places that interest you.
Click the
icon on pages and they’ll appear here.
x.id !== article.id);
localStorage.setItem('favouritesList',JSON.stringify(JSON.parse(localStorage.getItem('favouritesList')).filter(x =>x.id !== article.id)))
fetchfavouritesList()
"
>
x.id !== eventTour.id);
localStorage.setItem('favouritesList',JSON.stringify(JSON.parse(localStorage.getItem('favouritesList')).filter(x =>x.id !== eventTour.id)))
"
>
x.id !== place.id);
localStorage.setItem('favouritesList',JSON.stringify(JSON.parse(localStorage.getItem('favouritesList')).filter(x =>x.id !== place.id)))"
>
x.id !== hike.id);
localStorage.setItem('favouritesList',JSON.stringify(JSON.parse(localStorage.getItem('favouritesList')).filter(x =>x.id !== hike.id)))"
>