return early if currentPresentationPage data has not been populated

This commit is contained in:
KDSBrowne 2024-04-04 15:47:37 +00:00
parent 8ae92d7c9b
commit d9532c4865

View File

@ -261,6 +261,8 @@ const WhiteboardContainer = (props) => {
typeName: 'shape',
});
if (!currentPresentationPage) return;
return (
<Whiteboard
{...{