Skip to content

Commit

Permalink
Merge pull request #2099 from hotosm/fix/entity-color-fade
Browse files Browse the repository at this point in the history
Fix entity status color vanish
  • Loading branch information
NSUWAL123 authored Jan 21, 2025
2 parents d390829 + ca43aa2 commit 0da806c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mapper/src/routes/[projectId]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@
}
onMount(async () => {
// In store/entities.ts
await entitiesStore.subscribeToEntityStatusUpdates(entityStatusStream, data.entityStatus);
await entitiesStore.subscribeToNewBadGeom(newBadGeomStream);
// In store/tasks.svelte.ts
Expand Down

0 comments on commit 0da806c

Please sign in to comment.