mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 17:43:47 +00:00
refactor: extract shared withdrawal utils and fix status badge fallbacks
- extract formatDate, statusBadgeConfig, getRiskColor to shared utils - use explicit unknown fallback for unrecognized status values - add missing 'unknown' i18n keys for withdrawal status
This commit is contained in:
@@ -2347,7 +2347,8 @@
|
||||
"approved": "Одобрено",
|
||||
"rejected": "Отклонено",
|
||||
"completed": "Выполнено",
|
||||
"cancelled": "Отменено"
|
||||
"cancelled": "Отменено",
|
||||
"unknown": "Неизвестно"
|
||||
},
|
||||
"detail": {
|
||||
"title": "Заявка на вывод",
|
||||
|
||||
Reference in New Issue
Block a user