mirror of
https://github.com/koloideal/Casha.git
synced 2026-08-08 17:51:14 +03:00
step
This commit is contained in:
@@ -27,6 +27,9 @@ class AccountSelector extends ConsumerWidget {
|
||||
|
||||
return accountsAsync.when(
|
||||
data: (accounts) {
|
||||
if (accounts.isEmpty) {
|
||||
return const SizedBox.shrink();
|
||||
}
|
||||
final txAccountId = ref
|
||||
.read(addTransactionProvider(initial))
|
||||
.selectedAccountId;
|
||||
|
||||
Reference in New Issue
Block a user