{(!querySetupState.currentProject ||
!querySetupState.currentVersionId ||
!querySetupState.loadServiceExecutionsState.hasSucceeded) && (
{querySetupState.loadServiceExecutionsState.isInProgress
? `Surveying service executions...`
: querySetupState.loadServiceExecutionsState.hasFailed
? `Can't load service executions`
: 'Project and version must be specified'}
)}
{querySetupState.currentProject &&
querySetupState.currentVersionId &&
querySetupState.loadServiceExecutionsState.hasSucceeded && (
<>
>
)}