From 8893ab6188b0cf6e9482d9a5da8445747fb87211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Flatval?= Date: Tue, 15 Aug 2023 16:27:30 +0200 Subject: [PATCH] chore: lint fix --- react-components/stories/HighlightNode.stories.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-components/stories/HighlightNode.stories.tsx b/react-components/stories/HighlightNode.stories.tsx index 5d14801b2bc..1f409501d73 100644 --- a/react-components/stories/HighlightNode.stories.tsx +++ b/react-components/stories/HighlightNode.stories.tsx @@ -69,7 +69,7 @@ const StoryContent = ({ resources }: { resources: AddResourceOptions[] }): React if (nodeData === undefined) return; - cameraNavigation.fitCameraToInstance(nodeData.nodeExternalId, 'pdms-mapping'); + void cameraNavigation.fitCameraToInstance(nodeData.nodeExternalId, 'pdms-mapping'); }, [nodeData?.nodeExternalId]); if (stylingGroupsRef.current.length === 1) {