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 d329cf9Copy full SHA for d329cf9
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