Skip to content

Commit

Permalink
fix: pr issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Korniichuk Oleksandr authored and esaminu committed Jan 19, 2022
1 parent 239646b commit 73bcea2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/frontend/src/components/staking/components/Validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,18 +71,6 @@ export default function Validator({
buttonColor='gray-red'
loading={loading}
/>
<BalanceBox
title='staking.balanceBox.farm.title'
info='staking.balanceBox.farm.info'
amount={validator.staked || '0'}
onClick={() => {
dispatch(redirectTo(`/staking/${match.params.validator}/claim`));
Mixpanel.track("CLAIM Click claim button");
}}
button='staking.balanceBox.farm.button'
buttonColor='gray-red'
loading={loading}
/>
<BalanceBox
title='staking.balanceBox.unclaimed.title'
info='staking.balanceBox.unclaimed.info'
Expand Down

0 comments on commit 73bcea2

Please sign in to comment.