adfadsf
This commit is contained in:
@@ -280,7 +280,9 @@ class _RichOperationCard extends StatelessWidget {
|
||||
),
|
||||
Expanded(
|
||||
child: Text(
|
||||
operation.reference ?? 'Senza Riferimento',
|
||||
operation.reference.isEmpty
|
||||
? 'Nessuna Riferimento'
|
||||
: operation.reference,
|
||||
style: theme.textTheme.labelSmall?.copyWith(
|
||||
color: Colors.grey[600],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user