Skip to content

Commit

Permalink
feat: refetch시 recapInfo를 저장하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbae0 committed Feb 13, 2024
1 parent 1e7c5e1 commit 5e7a5c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/useInitApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const useInitApp = () => {
await uoslifeBridge.goBack();
return;
}
setRecapInfo(retryRecapInfo);
}
if (recapInfo.status === 401) {
alert('서비스를 이용하기 위해 앱 재접속이 필요합니다.');
Expand Down

0 comments on commit 5e7a5c9

Please sign in to comment.