fix: fix typo
Some checks failed
Publish Docker image (amd64) / Push Docker image to multiple registries (push) Has been cancelled
Publish Docker image (arm64) / Push Docker image to multiple registries (push) Has been cancelled
Linux Release / release (push) Has been cancelled
macOS Release / release (push) Has been cancelled
Windows Release / release (push) Has been cancelled

This commit is contained in:
1808837298@qq.com 2024-02-24 14:01:29 +08:00
parent 0d0191f4e0
commit 1250041389

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);
}
}