mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
Removed special character.
This commit is contained in:
parent
ae93bc2a1f
commit
b3534833d7
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const formatStatusText = (status) => {
|
|||
case 'parsing': return 'Parsing';
|
||||
case 'error': return 'Error';
|
||||
case 'success': return 'Success';
|
||||
case 'pending_setup': return '⚠️ Pending Setup';
|
||||
case 'pending_setup': return 'Pending Setup';
|
||||
default: return status ? status.charAt(0).toUpperCase() + status.slice(1) : 'Unknown';
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue