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