Updated sign

This commit is contained in:
2025-07-19 15:46:25 +02:00
parent 1cf7fdbac3
commit d9c0d40ff2
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ class _PointOverviewViewState extends State<PointOverviewView> {
borderRadius: BorderRadius.circular(8),
),
child: Text(
'${update >= 0 ? '+' : '-'}$update',
'${update >= 0 ? '+' : ''}$update',
style: const TextStyle(
color: CupertinoColors.white,
fontWeight: FontWeight.bold,