Merge remote-tracking branch 'origin/staging' into origin/production

This commit is contained in:
Server D3 Linksehat
2024-10-16 10:56:59 +07:00
2 changed files with 83 additions and 13 deletions

View File

@@ -241,7 +241,6 @@ export default function List() {
<Stack direction={'row'} spacing={2} sx={{ p: 2 }}>
<Grid item md={9}>
<SearchInput onSearch={applyFilter} />
</Grid>
<Grid item md={2}>
<FormControl fullWidth>
@@ -464,7 +463,7 @@ export default function List() {
{row.files_by_type?.final_log_diagnosis?.length > 0 && (
<>
<Label variant='ghost' color='primary'>
File Diagnosa {row.files_by_type.final_log_diagnosis.length}
{row.files_by_type.final_log_diagnosis.length} File Diagnosa
</Label>
<br />
</>
@@ -473,7 +472,7 @@ export default function List() {
{row.files_by_type?.final_log_kondisi?.length > 0 && (
<>
<Label variant='ghost' color='success'>
File Billing {row.files_by_type.final_log_kondisi.length}
{row.files_by_type.final_log_kondisi.length} File Billing
</Label>
<br />
</>
@@ -481,7 +480,7 @@ export default function List() {
{row.files_by_type?.final_log_result?.length > 0 && (
<Label variant='ghost' color='warning'>
File Pendukung Medis {row.files_by_type.final_log_result.length}
{row.files_by_type.final_log_result.length} File Pendukung Medis
</Label>
)}
</TableCell>