Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Xun Li <[email protected]>
  • Loading branch information
lixun910 committed Jun 25, 2024
1 parent dfe661a commit 73157cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducers/src/vis-state-updaters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2712,7 +2712,7 @@ export function setPolygonFilterLayerUpdater(
return setFilterUpdater(newState, {
idx: filterIdx,
prop: 'layerId',
value: newLayerIds
value: newLayerIds || newLayerId
});
}

Expand Down

0 comments on commit 73157cd

Please sign in to comment.