This commit is contained in:
Linksehat Staging Server
2024-01-10 09:45:15 +07:00
parent 45ecad258d
commit cb9a9f0c71
3 changed files with 11 additions and 3 deletions

View File

@@ -362,7 +362,7 @@ export default function List() {
<TableCell align="left">
{ row.status_final_log == "requested" ?
(<Label variant='ghost' color='primary'>{capitalizeFirstLetter(row.status_final_log)}</Label>) :
row.status_final_log == "declined" ?
row.status_final_log == "declined" ?
(<Label color='error'> {capitalizeFirstLetter(row.status_final_log)}</Label>)
:
(<Label color='success'> {capitalizeFirstLetter(row.status_final_log)}</Label>)
@@ -483,6 +483,9 @@ export default function List() {
<TableCell style={headStyle} align="left">
Code
</TableCell>
<TableCell style={headStyle} align="left">
Provider
</TableCell>
<TableCell style={headStyle} align="left">
Name
</TableCell>