LMSN-212
Update render error
This commit is contained in:
@@ -167,6 +167,7 @@ export default function DetailHistory() {
|
||||
</Table>
|
||||
</TableContainer>
|
||||
</Grid>
|
||||
{data.data.tot_claim_item ? (
|
||||
<Grid item xs={12} md={12}>
|
||||
<TableContainer>
|
||||
<Table aria-label="collapsible table" size="small">
|
||||
@@ -283,6 +284,7 @@ export default function DetailHistory() {
|
||||
<img alt="Gmail Icon" sx={{ height: 32, width: 30 }} src="/icons/ic_gmail.svg" />
|
||||
</Stack>
|
||||
</Grid>
|
||||
) : ''}
|
||||
</Grid>
|
||||
) : ''}
|
||||
</Container>
|
||||
|
||||
Reference in New Issue
Block a user