loan followup row action
This commit is contained in:
@@ -4,10 +4,14 @@ import ReferPassengerBoss from "@/components/dashboard/loan-followup/Form/ReferP
|
||||
const TableRow = ({row, mutate}) => {
|
||||
return (
|
||||
<Box sx={{display: "flex", flexWrap: "nowrap", gap: "8px"}}>
|
||||
<ReferPassengerBoss
|
||||
rowId={row.getValue("id")}
|
||||
mutate={mutate}
|
||||
/>
|
||||
{
|
||||
row.original.state_id === 11 || row.original.state_id === 16 ? (
|
||||
<ReferPassengerBoss
|
||||
rowId={row.getValue("id")}
|
||||
mutate={mutate}
|
||||
/>
|
||||
) : null
|
||||
}
|
||||
</Box>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user