Perbaikan PPOB
This commit is contained in:
parent
b337610f94
commit
a346ffd8f1
|
@ -442,7 +442,7 @@ export const Membership = observer(() => {
|
|||
<small>Role : {item.roles?.name}</small> <br />
|
||||
<small>Saldo : {item.coa?.amount}</small> <br />
|
||||
<Button
|
||||
style={{ marginRight: 10 }}
|
||||
style={{ marginRight: 10,marginTop:7 }}
|
||||
onClick={() => {
|
||||
setDestination(item?.id);
|
||||
console.log(item?.id);
|
||||
|
|
|
@ -15,7 +15,6 @@ import { useStore } from "../../utils/useStore";
|
|||
import { appConfig } from "../../config/app";
|
||||
import { LoadingOutlined, PlusOutlined } from "@ant-design/icons";
|
||||
|
||||
const { Title, Text } = Typography;
|
||||
export const MembershipModal = ({
|
||||
visible,
|
||||
onCreate,
|
||||
|
|
Loading…
Reference in New Issue
Block a user