payments child wallet available balance changed to solde
This commit is contained in:
@@ -116,7 +116,7 @@ class _ChildWalletScreenState extends ConsumerState<ChildWalletScreen> {
|
|||||||
final childWallet = viewState.childWallet;
|
final childWallet = viewState.childWallet;
|
||||||
final device = viewState.device;
|
final device = viewState.device;
|
||||||
final locked = viewState.locked;
|
final locked = viewState.locked;
|
||||||
final availableBalance = childWallet?.authorizedBalance ?? 0;
|
final availableBalance = childWallet?.solde ?? 0;
|
||||||
final childName = childProfile.firstName;
|
final childName = childProfile.firstName;
|
||||||
final cardColors = cardColorsFor(
|
final cardColors = cardColorsFor(
|
||||||
theme: theme,
|
theme: theme,
|
||||||
|
|||||||
Reference in New Issue
Block a user