[Fix] Display Claim Postponed
This commit is contained in:
@@ -221,8 +221,8 @@ export default function List() {
|
||||
{ (row.status == 'approved' && (
|
||||
<TableCell align="left">Approved</TableCell>
|
||||
)) }
|
||||
{ (row.status == 'postponed' && (
|
||||
<TableCell align="left">Postpone</TableCell>
|
||||
{ (row.status == 'postpone' && (
|
||||
<TableCell align="left">Postponed</TableCell>
|
||||
)) }
|
||||
|
||||
<TableCell align="right">
|
||||
|
||||
Reference in New Issue
Block a user