perbaikan on possale string 1
This commit is contained in:
@@ -392,7 +392,7 @@ class _PartyListScreenState extends State<PartyListScreen> {
|
||||
),
|
||||
const SizedBox(width: 4),
|
||||
Text(
|
||||
statusAmount != null ? '$currency${statusAmount.toStringAsFixed(2)}' : '',
|
||||
statusAmount != null ? '$currency${formatWithSeparator(statusAmount)}' : '',
|
||||
style: _theme.textTheme.bodyMedium?.copyWith(fontSize: 16.0),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user