feat: Implement group balance and expense management with new navigation and data handling
This commit is contained in:
@@ -76,8 +76,6 @@ class Trip {
|
||||
status: map['status'] as String? ?? 'draft',
|
||||
);
|
||||
} catch (e) {
|
||||
print('❌ Erreur parsing Trip: $e');
|
||||
print('Map reçue: $map');
|
||||
rethrow;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user