Skip to content

Commit

Permalink
fix: skip loading state for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jongomez committed Oct 25, 2023
1 parent 81f385d commit e14a158
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e14a158

Please sign in to comment.