lint: remove unnecessary type assertion

This commit is contained in:
Dimitri POSTOLOV
2025-02-20 16:03:44 +07:00
parent e041720a41
commit 5867bba805
7 changed files with 29 additions and 13 deletions
@@ -95,7 +95,7 @@ export function ZoomPane({
},
});
const { x, y, zoom } = panZoom.current!.getViewport();
const { x, y, zoom } = panZoom.current.getViewport();
store.setState({
panZoom: panZoom.current,