Skip to content

Commit

Permalink
Merge pull request #1528 from 42organization/1525-bug-로그인-보상을-수령해도-계속…
Browse files Browse the repository at this point in the history
…-화면이-뜨는-이슈

[Bug] 로그인 보상을 수령해도 계속 화면이 뜨는 이슈 #1525
  • Loading branch information
JeongRon authored Sep 3, 2024
2 parents 3e54d12 + dbbe399 commit 9c61afd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/takgu/modal/event/WelcomeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default function WelcomeModal() {
const res = await instance.post(`/pingpong/users/attendance`);
const updatedcoin = res.data;
if (!updatedcoin) return;
queryClient.invalidateQueries('user');
setModal({
modalName: 'COIN-ANIMATION',
CoinResult: {
Expand Down

0 comments on commit 9c61afd

Please sign in to comment.