|
|
@@ -376,6 +376,7 @@ useEffect(() => { |
|
|
</Typography> |
|
|
</Typography> |
|
|
</Box> |
|
|
</Box> |
|
|
</TableCell> |
|
|
</TableCell> |
|
|
|
|
|
<TableCell align="right" sx={{ minWidth: 100, width: '8%' }}>{row.handlerName ?? 0}</TableCell> |
|
|
<TableCell align="right" sx={{ minWidth: 100, width: '8%' }}>{row.numberOfFGItems ?? 0}</TableCell> |
|
|
<TableCell align="right" sx={{ minWidth: 100, width: '8%' }}>{row.numberOfFGItems ?? 0}</TableCell> |
|
|
</TableRow> |
|
|
</TableRow> |
|
|
); |
|
|
); |
|
|
|