✨ Editable search data collections
This commit is contained in:
		| @@ -66,7 +66,7 @@ class AlertDetectResultDialog extends StatelessWidget { | ||||
|                     ], | ||||
|                   ), | ||||
|                   subtitle: Text( | ||||
|                     '${item.current} ${(item.difference ?? 0) > 0 ? '↑' : '↓'}${item.difference?.abs()} ${item.unitName}', | ||||
|                     '${item.current ?? 'undetected'.tr} ${(item.difference ?? 0) > 0 ? '↑' : '↓'}${item.difference?.abs().toPrecision(2) ?? '-'} ${item.unitName ?? ''}', | ||||
|                   ), | ||||
|                 ); | ||||
|               }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user