Edit Menu Product

This commit is contained in:
2021-12-22 16:45:20 +07:00
parent 7edf7650ec
commit 9a596abeca
8 changed files with 25 additions and 24 deletions

View File

@@ -404,9 +404,9 @@ export const Membership = observer(() => {
<div style={{}}>
<p>
<small>Role : {item.roleName}</small> <br />
<small>Saldo Supplier : {item.amount}</small>{" "}
<small>Saldo Supplier : {item.coa.amount}</small>{" "}
<br />
<small>Saldo System : {item.amount}</small> <br />
<small>Saldo System : {item.coa.amount}</small> <br />
</p>
</div>
}