Skip to content

Commit

Permalink
Merge Dev into Master (#509)
Browse files Browse the repository at this point in the history
* move network switch to sidebar

* polish responsive

* responsive polish

* display user date time format

* display user date time format

* add snx token logo

* disable gas fee selection for optimistic networks

* responsive polish

* remove TestnetNetwork from production build

* polish header

* remove unused vars

* change optimistic maiinet SA loupe address

* polish

* add sunset SE alert text, disable deposit

* change sa loupe address

* disable FLOKI pools

* display network switcher at header for desktop

* polish

* Add Governance Reward 2 support (#507)

Co-authored-by: Alexandr <[email protected]>
Co-authored-by: Alex <[email protected]>
  • Loading branch information
3 people authored Jan 24, 2022
1 parent ae7b5ae commit 3cf25ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/governance/components/voting-header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const VotingHeader: React.FC = () => {
handleRewardClaim(daoCtx.activeDaoReward);
} else if (toClaimReward?.gt(0)) {
handleRewardClaim(daoCtx.daoReward);
} else if (toClaimReward2?.gt(0)) {
} else if (toClaimReward2?.gt(0) && daoCtx.daoReward2) {
handleRewardClaim(daoCtx.daoReward2);
}
}
Expand Down

0 comments on commit 3cf25ba

Please sign in to comment.