Skip to content

Commit

Permalink
🐛 Package lock
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Dec 3, 2023
1 parent 5fbc5fd commit 2219a2b
Show file tree
Hide file tree
Showing 3 changed files with 1,071 additions and 56 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@
]
},
"dependencies": {
"@changesets/cli": "^2.26.2"
"@changesets/cli": "^2.26.2",
"gitmoji-cli": "^9.0.0"
},
"private": true,
"engines": {
"node": ">=16.14.2"
}
"node": ">=16.14.2"
}
}
2 changes: 2 additions & 0 deletions packages/webapp/src/components/jobs/JobsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ export interface Job {

export default function JobsTable() {
const { data: jobs, isLoading, error } = useJobs();

if(isLoading){
console.log("loading jobs..");
}

if(error){
console.log("error jobs..");
}
Expand Down
Loading

0 comments on commit 2219a2b

Please sign in to comment.