Skip to content

Commit

Permalink
fix: func undefined check
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkailang committed Dec 25, 2023
1 parent 58ae69d commit 3ef0fd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const usePaymentReminder = () => {
return;
}

usageWarnModal({
usageWarnModal?.({
title: t(Strings.payment_reminder_modal_title),
alertContent: t(Strings.payment_reminder_modal_content),
});
Expand Down

0 comments on commit 3ef0fd3

Please sign in to comment.