Fix photos list and add currentPhotos store
Go from one object to two to avoid issues when using an object key
This commit is contained in:
@@ -22,4 +22,7 @@ export let locations = writable()
|
||||
|
||||
// Derived data
|
||||
export let currentLocation = writable()
|
||||
export let currentPhotos = writable()
|
||||
|
||||
// State
|
||||
export let loaded = writable(false)
|
||||
|
||||
Reference in New Issue
Block a user