Implemented ledger provider
This commit is contained in:
@@ -22,7 +22,7 @@ class WalletsController with ChangeNotifier {
|
||||
void update(WalletsProvider wallets) {
|
||||
_wallets = wallets;
|
||||
|
||||
final nextOrgRef = wallets.organizationId;
|
||||
final nextOrgRef = wallets.organizationRef;
|
||||
final orgChanged = nextOrgRef != _orgRef;
|
||||
|
||||
if (orgChanged) {
|
||||
|
||||
Reference in New Issue
Block a user