Enquiry_screen ui changed
This commit is contained in:
@@ -55,7 +55,7 @@ class _AccountStatementScreen extends State<AccountStatementScreen> {
|
||||
try {
|
||||
final repo = getIt<TransactionRepository>();
|
||||
final txs = await repo.fetchTransactions(
|
||||
selectedUser.accountNo?? '',
|
||||
selectedUser.accountNo ?? '',
|
||||
fromDate: fromDate,
|
||||
toDate: toDate,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user