- updated condition for multi application for the same company and beneficiary;
This commit is contained in:
@@ -57,6 +57,9 @@ const getBandoSeverity = (status) => {
|
||||
case 'CLOSE':
|
||||
return 'closed';
|
||||
|
||||
case 'REJECTED':
|
||||
return 'danger';
|
||||
|
||||
default:
|
||||
return 'info';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user