title: latestVersion ? <ContentViewVersionCell {...{
        id, latestVersion, latestVersionId, latestVersionEnvironments,
      }}
      /> : <InactiveText style={{ marginTop: '0.5em', marginBottom: '0.5em' }} text={__('Not yet published')} />,