Fix: $ to руб

This commit is contained in:
2024-05-22 15:46:24 +03:00
parent 7907dcf6c2
commit 80da7e9008
4 changed files with 56 additions and 49 deletions

View File

@@ -64,7 +64,7 @@ class HistoryItemCard extends StatelessWidget {
),
MarkdownBody(
data: 'Статус: **${orderStatusMap[status]}**'),
MarkdownBody(data: 'Сумма: **\$$cost**'),
MarkdownBody(data: 'Сумма: **$cost руб.**'),
],
)
],