Skip to content

Commit

Permalink
fix: func undefined check (#1542)
Browse files Browse the repository at this point in the history
Submit a pull request for this project.

<!-- If you have an Issue that related to this Pull Request, you can
copy this Issue's description -->

# Why? 
<!-- 
> Related to which issue?
> Why we need this pull request?
> What is the user story for this pull request? 
-->


# What?
<!-- 
> Can you describe this feature in detail?
> Who can benefit from it? 
-->


# How?
<!-- 
> Do you have a simple description of how this pull request is
implemented?
-->
  • Loading branch information
wangkailang committed Dec 25, 2023
1 parent 58ae69d commit d3afe1c
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 d3afe1c

Please sign in to comment.