Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Apr 29, 2021
1 parent 3c6c539 commit 67027bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const DelegateModal = ({ show, balance, handleClose, handleContinue }: DelegateM
};

const getAvailableToDelegate = () => {
if (contractOverview && contractOverview?.withDelegationCap === 'true') {
if (contractOverview && contractOverview.withDelegationCap === 'true') {
const bnAvailable = new BigNumber(entireBalanceMinusDust);
const totalActive = denominate({
input: totalActiveStake,
Expand Down

0 comments on commit 67027bd

Please sign in to comment.