fix: fix typo

This commit is contained in:
1808837298@qq.com 2024-02-24 14:01:29 +08:00
parent 569751f5db
commit 9b421478c1

View File

@ -132,7 +132,7 @@ const TopUp = () => {
if (status.top_up_link) {
setTopUpLink(status.top_up_link);
}
if (status.enable_online_top_up) {
if (status.enable_online_topup) {
setEnableOnlineTopUp(status.enable_online_topup);
}
}