Merge branch 'Calcium-Ion:main' into fix/smfix

This commit is contained in:
TAKO
2024-12-20 19:11:32 +08:00
committed by GitHub
4 changed files with 21 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ const EditRedemption = (props) => {
let name = inputs.name;
if (!isEdit && inputs.name === '') {
// set default name
name = t('新建兑换码') + ' ' + renderQuota(quota);
name = renderQuota(quota);
}
setLoading(true);
let localInputs = inputs;