Skip to content

Commit

Permalink
refactor: rebase 충돌 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
sikkzz committed Feb 8, 2025
1 parent 080903d commit 0b91ee1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export interface ScanResult {
const Home = () => {
const { send } = useAppBridge();

const { navigateToReceiptEdit } = useRoute();

const testNavigate = () => {
if (window.response) {
window.response.receiveScanResult(
Expand Down Expand Up @@ -49,7 +51,7 @@ const Home = () => {
}
};
}
}, []);
}, [scanData, setScanData, navigateToReceiptEdit]);

return (
<div className={styles.Home}>
Expand Down

0 comments on commit 0b91ee1

Please sign in to comment.