fix: just show the header when loading

This commit is contained in:
jongomez
2023-10-25 20:28:16 +01:00
parent e14a158ab9
commit a2a6569efe
@@ -55,7 +55,7 @@ export const JobsPerDepartment: React.FC<JobsPerDepartmentProps> = ({
if (isLoading) {
// Skipping loading state for now, as per the designer's request.
return null
return <JobsPerDepartmentHeader />
}
if (error) {