diff --git a/public/app/features/provisioning/Repository/RepositoryOverview.tsx b/public/app/features/provisioning/Repository/RepositoryOverview.tsx index 25053decfa0..eaba56e5cc8 100644 --- a/public/app/features/provisioning/Repository/RepositoryOverview.tsx +++ b/public/app/features/provisioning/Repository/RepositoryOverview.tsx @@ -253,12 +253,12 @@ export function RepositoryOverview({ repo }: { repo: Repository }) { {/* job status is not ready for Cloud yet */} - {config.buildInfo.edition === GrafanaEdition.OpenSource || - (config.buildInfo.edition === GrafanaEdition.Enterprise && ( -
- -
- ))} + {(config.buildInfo.edition === GrafanaEdition.OpenSource || + config.buildInfo.edition === GrafanaEdition.Enterprise) && ( +
+ +
+ )} );