return early if currentPresentationPage data has not been populated
This commit is contained in:
parent
8ae92d7c9b
commit
d9532c4865
@ -261,6 +261,8 @@ const WhiteboardContainer = (props) => {
|
||||
typeName: 'shape',
|
||||
});
|
||||
|
||||
if (!currentPresentationPage) return;
|
||||
|
||||
return (
|
||||
<Whiteboard
|
||||
{...{
|
||||
|
Loading…
Reference in New Issue
Block a user