Skip to content

Commit d329cf9

Browse files
committed
feat: test
1 parent cbaf508 commit d329cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Home/Home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const Home = () => {
3333
}
3434
},
3535
};
36-
}, [setScanData, navigateToReceiptEdit]);
36+
}, [scanData, setScanData, navigateToReceiptEdit]);
3737

3838
return (
3939
<div className={styles.Home}>

0 commit comments

Comments
 (0)