-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
refactor to use Array.prototype.find instead.
`if (region) {
drawerContents.value = regionsList.value.filter(
(entry) => entry.id === spatialId,
)[0].properties;`
refactor to use delete visibleFootprints.value[key] instead
if (visibleFootprints.value[key]) { visibleFootprints.value = Object.fromEntries( Object.entries(visibleFootprints.value).filter(([k]) => k !== key), ); } };
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels