{renderCanvasActions()}
{shouldRenderSelectedShapeActions && renderSelectedShapeActions()}
{(heading) => (
{heading}
)}
{Array.from(appState.collaborators)
// Collaborator is either not initialized or is actually the current user.
.filter(([_, client]) => Object.keys(client).length !== 0)
.map(([clientId, client]) => (
{actionManager.renderAction("goToCollaborator", clientId)}
))}
);
};
const renderBottomAppMenu = () => {
return (