Update sql
This commit is contained in:
ivan-sim
2023-10-12 14:48:04 +07:00
parent 6b931a904d
commit b77c1e2c74
2 changed files with 2 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ export default function DetailHistory() {
data.data.claim_item?.map((dataItem, index) => (
<TableRow key={index}>
<TableCell align="left">
<Typography variant="body2">{dataItem.claim_item_number}</Typography>
<Typography variant="body2">{parseInt(index)+1}</Typography>
</TableCell>
<TableCell align="center">
<Typography