mirror of
https://github.com/linux-do/new-api.git
synced 2025-11-11 00:23:42 +08:00
fix: fix typo
This commit is contained in:
@@ -132,7 +132,7 @@ const TopUp = () => {
|
|||||||
if (status.top_up_link) {
|
if (status.top_up_link) {
|
||||||
setTopUpLink(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);
|
setEnableOnlineTopUp(status.enable_online_topup);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user