const accountId = props.accountId ?? context.accountId; const objectId = props.objectId; let blockHeight = props.blockHeight ? parseInt(props.blockHeight) : undefined; const profile = Social.getr(`${accountId}/profile`); const comment = props.comment ?? Social.getr(`${accountId}/comment/${objectId}/entry`, blockHeight); return <div>Hello World</div>;