mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix: skip loading state for now
This commit is contained in:
+2
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user