Skip to content

Commit

Permalink
update commission translation
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Sep 12, 2020
1 parent 5ddbd8e commit 0e6c2e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion lib/page/staking/validators/overview.dart
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ class _NomineeItem extends StatelessWidget {
validator.commission.isNotEmpty ? validator.commission : '~'),
),
Expanded(
child: Text('commission', style: TextStyle(fontSize: 12)),
child: Text(dic['commission'], style: TextStyle(fontSize: 12)),
),
],
),
Expand Down
2 changes: 0 additions & 2 deletions lib/service/substrateApi/apiStaking.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'package:polka_wallet/common/consts/settings.dart';
import 'package:polka_wallet/service/phalaAirdrop.dart';
import 'package:polka_wallet/store/app.dart';
import 'package:polka_wallet/service/substrateApi/api.dart';
import 'package:polka_wallet/utils/format.dart';
Expand Down

0 comments on commit 0e6c2e8

Please sign in to comment.