We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbaf508 commit 9eafb7dCopy full SHA for 9eafb7d
src/components/Home/Home.tsx
@@ -33,7 +33,7 @@ const Home = () => {
33
}
34
},
35
};
36
- }, [setScanData, navigateToReceiptEdit]);
+ }, [scanData, setScanData, navigateToReceiptEdit]);
37
38
return (
39
<div className={styles.Home}>
0 commit comments