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