Dashboard

This commit is contained in:
Hillel Coren 2018-11-12 23:23:12 +02:00
parent 91a65a1126
commit abdcdd6f39
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class _DashboardChartState extends State<DashboardChart> {
formatNumber(
dataGroup.total - dataGroup.previousTotal, context,
currencyId: widget.currencyId);
final changePercent = (isIncrease ? '+' : '-') +
final changePercent = (isIncrease ? '+' : '') +
formatNumber(
dataGroup.total != 0 && dataGroup.previousTotal != 0
? round(