Perbaikan PPOB

This commit is contained in:
ajat91.sudrajat 2022-01-13 12:16:22 +07:00
parent b337610f94
commit a346ffd8f1
2 changed files with 1 additions and 2 deletions

View File

@ -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);

View File

@ -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,