refactor: update FormBox title in ChargeManagement component
This commit is contained in:
parent
a56f643301
commit
265d0b2209
@ -102,7 +102,7 @@ function ChargeManagement() {
|
||||
};
|
||||
|
||||
return (
|
||||
<FormBox title={t("lockerStatus")}>
|
||||
<FormBox title={t("chargeManagement")}>
|
||||
<div className="p-2 pt-7 flex flex-col gap-4">
|
||||
{formFields.map(renderField)}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user