Skip to content

Commit 863c0cf

Browse files
authored
Merge pull request #333 from Nexters/develop
[운영배포] 누락된 await 추가
2 parents 51e2d37 + 6aef1fa commit 863c0cf

File tree

1 file changed

+1
-1
lines changed
  • apps/admin/src/pages/GiftRegisterPage/components/GiftInformation

1 file changed

+1
-1
lines changed

apps/admin/src/pages/GiftRegisterPage/components/GiftInformation/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const GiftInformation = () => {
5555
return;
5656
}
5757

58-
const success = navigateToAppScheme(SCHEMES.선물_등록(giftId));
58+
const success = await navigateToAppScheme(SCHEMES.선물_등록(giftId));
5959

6060
if (!success) {
6161
openStoreLink();

0 commit comments

Comments
 (0)