Skip to content

Commit

Permalink
fix sonar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Polyakov committed Apr 5, 2024
1 parent 2361d92 commit 7af963c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/staking/sora/views/NewStake.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default class SoraStakingForm extends Mixins(StakingMixin, mixins.Loading
}
get networkFee(): CodecString {
return this.bondAndNominateNetworkFee || '0';
return this.bondAndNominateNetworkFee ?? ZeroStringValue;
}
get inputTitle(): string {
Expand Down

0 comments on commit 7af963c

Please sign in to comment.