Skip to content

Commit 48d1b27

Browse files
committed
Add TODO message for console.error
1 parent e9c0fcb commit 48d1b27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export default function Home() {
3434
});
3535
setJobs(jobData);
3636
} catch (error) {
37+
// TODO: Add pop-up/toast message for error
3738
console.error("Error fetching data:", error);
3839
} finally {
3940
setLoading(false);

0 commit comments

Comments
 (0)