Skip to content

Commit

Permalink
return early if currentPresentationPage data has not been populated
Browse files Browse the repository at this point in the history
  • Loading branch information
KDSBrowne committed Apr 4, 2024
1 parent 8ae92d7 commit d9532c4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ const WhiteboardContainer = (props) => {
typeName: 'shape',
});

if (!currentPresentationPage) return;

return (
<Whiteboard
{...{
Expand Down

0 comments on commit d9532c4

Please sign in to comment.