Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Removed unused flag IS_CLAIMING_ENABLED (it's defined elsewhere)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro committed Jan 25, 2022
1 parent d1fbb50 commit 6eee223
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/custom/pages/Claim/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ export const COW_LINKS = {
stepGuide: 'https://cow.fi/',
}

export const IS_CLAIMING_ENABLED = !isProd && !isEns && !isBarn

export default function Claim() {
const { account } = useActiveWeb3React()

Expand Down

0 comments on commit 6eee223

Please sign in to comment.