import { Box } from "@mui/material"; import EditForm from "./EditForm"; const RowActions = ({ row, mutate }) => { return ( {row.original.status === 2 && } ); }; export default RowActions;