fix null
This commit is contained in:
parent
fabb77d2b9
commit
e1e702bd76
@ -19,7 +19,7 @@ class SettingsLocalDatasource {
|
||||
return TaxModel(
|
||||
name: 'Tax',
|
||||
type: TaxType.pajak,
|
||||
value: 11,
|
||||
value: 0,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@ -44,7 +44,7 @@ class ReportBloc extends Bloc<ReportEvent, ReportState> {
|
||||
category
|
||||
.getOrElse(
|
||||
() => CategoryAnalyticResponseModel(success: false, data: null))
|
||||
.data!,
|
||||
.data,
|
||||
profitLoss
|
||||
.getOrElse(
|
||||
() => ProfitLossResponseModel(success: false, data: null))
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user