rsf-admin/src/page/asnOrder/AsnOrderPanel.jsx
@@ -30,11 +30,6 @@ } } const StyledTable = styled(TableRow)(({ theme }) => ({ "& .MuiButtonBase-root.": { padding: "0px 0px", }, })); const StyledTableRow = styled(TableRow)(({ theme }) => ({ "& .MuiButtonBase-root.": { @@ -165,7 +160,7 @@ <TableBody> {rows.map((row) => ( <StyledTableRow key={row.id || Math.random()}> <StyledTableRow key={row.id + Math.random()}> {columns.map((column) => ( <StyledTableCell key={column.id} > {row[column.id]}