- added labels for new statuses;

This commit is contained in:
Vitalii Kiiko
2024-12-06 16:54:37 +01:00
parent ec77ea6c80
commit 7f54e5e1ec
3 changed files with 19 additions and 1 deletions

View File

@@ -18,6 +18,15 @@ const getBandoSeverity = (status) => {
case 'READY':
return 'info';
case 'NDG':
return 'info';
case 'APPOINTMENT':
return 'info';
case 'ADMISSIBLE':
return 'info';
case 'SOCCORSO':
return 'warning';