basta localizzazioni per ora

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-30 10:25:52 +02:00
parent 8d3ca62304
commit 11c1e28aaa
23 changed files with 720 additions and 213 deletions

View File

@@ -22,5 +22,5 @@ class CompanyState extends Equatable {
}
@override
List<Object?> get props => [status, errorMessage];
List<Object?> get props => [status, errorMessage, company];
}