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 May 28, 2024
1 parent 4ca4f84 commit 12364e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const useRevealFromKeepAlive = ({
const viewer = new Cognite3DViewer({
...viewerOptions,
sdk,
hasEventListeners: !viewerOptions?.useFlexibleCameraManager
hasEventListeners: !(viewerOptions?.useFlexibleCameraManager ?? false)
});
renderTarget = new RevealRenderTarget(viewer);
if (revealKeepAliveData !== undefined) {
Expand Down

0 comments on commit 12364e2

Please sign in to comment.