Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonflatval-cognite committed Aug 15, 2023
1 parent b3daabb commit 8893ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-components/stories/HighlightNode.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8893ab6

Please sign in to comment.