Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
fossephate committed Sep 24, 2024
1 parent d040793 commit f66e369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cw_core/lib/balance.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ abstract class Balance {
String get formattedUnAvailableBalance => '';
String get formattedSecondAvailableBalance => '';
String get formattedSecondAdditionalBalance => '';
String get formattedFullAvailableBalance => formattedAvailableBalance;
}

0 comments on commit f66e369

Please sign in to comment.