Fix schedule loading flicker

This commit is contained in:
Jake McDermott 2021-02-24 12:13:15 -05:00
parent d337948bd6
commit 218b97883d
No known key found for this signature in database
GPG Key ID: 0E56ED990CDFCB4F

View File

@ -70,7 +70,7 @@ function Schedule({
},
];
if (isLoading) {
if (isLoading || !schedule?.summary_fields?.unified_job_template?.id) {
return <ContentLoading />;
}