fix: skip loading state for now

This commit is contained in:
jongomez
2023-10-25 16:05:42 +01:00
parent 81f385d121
commit e14a158ab9
@@ -54,7 +54,8 @@ export const JobsPerDepartment: React.FC<JobsPerDepartmentProps> = ({
)
if (isLoading) {
return <JobsPerDepartmentHeader message="Fetching jobs..." />
// Skipping loading state for now, as per the designer's request.
return null
}
if (error) {