Skip to content

Commit

Permalink
fix: handle lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mulengawilfred committed Dec 5, 2024
1 parent a7d0538 commit 762b826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engines/Cesium/core/Imagery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export function useImageryProviders({
const prevProviders = useRef<Providers>({});
const zoomLevels = useMemo(() => tiles.map(t => {
if (t.id && t.zoomLevel) return { [t.id]: t.zoomLevel };
return
return
}),
[tiles]);
const prevZoomLevels = useRef(zoomLevels);
Expand Down

0 comments on commit 762b826

Please sign in to comment.