Fix schedule loading flicker

This commit is contained in:
Jake McDermott
2021-02-24 12:13:15 -05:00
parent d337948bd6
commit 218b97883d

View File

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