improving styling, fixing bugs with profile, login error handling
This commit is contained in:
@@ -118,7 +118,6 @@ class Jobs extends Shadow {
|
||||
}
|
||||
|
||||
checkForUpdates(currentJobs, fetchedJobs) {
|
||||
console.log(currentJobs, fetchedJobs)
|
||||
if (currentJobs.length !== fetchedJobs.length) return true;
|
||||
|
||||
const currentMap = new Map(currentJobs.map(job => [job.id, job]));
|
||||
|
||||
Reference in New Issue
Block a user