Skip to content

Commit

Permalink
Merge pull request #190 from bsideproject/QA
Browse files Browse the repository at this point in the history
원복
  • Loading branch information
boxak authored Feb 11, 2024
2 parents 3c3b340 + 1cf6b16 commit 5d830cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function App() {
window.removeEventListener('message', handleMessage);
}

}, []);
}, [isMessageReceived]);

return (
<Provider RootStore={RootStore}>
Expand Down

0 comments on commit 5d830cc

Please sign in to comment.