Bug Fixing Menu Membership

This commit is contained in:
2022-01-05 17:52:44 +07:00
parent 9196c5b573
commit 6aba46aca3
2 changed files with 5 additions and 6 deletions

View File

@@ -415,14 +415,13 @@ export const Membership = observer(() => {
>
<List.Item.Meta
className={["cariparkir-container"].join(" ")}
title={item.name}
title={item.user_detail?.name}
description={
<div style={{}}>
<p>
<small>Saldo System : {item.name}</small> <br />
<small>Role : {item.roleName}</small> <br />
<small>Role : {item.roles?.name}</small> <br />
<small>
Saldo Supplier : {item.coa?.amount}
Saldo : {item.coa?.amount}
</small>{" "}
<br />
<Button