LMSN-212
Update sql
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user