Skip to content

Commit

Permalink
Merge pull request #189 from bsideproject/QA
Browse files Browse the repository at this point in the history
jwtkey 넘어오는지 테스트
  • Loading branch information
boxak authored Feb 11, 2024
2 parents 924d090 + 0f0a432 commit 3c3b340
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 3c3b340

Please sign in to comment.