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