Skip to content
This repository has been 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 926736c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/custom/pages/Claim/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,12 @@ import useTransactionConfirmationModal from 'hooks/useTransactionConfirmationMod
import { useErrorModal } from 'hooks/useErrorMessageAndModal'
import FooterNavButtons from './FooterNavButtons'

import { isProd, isEns, isBarn } from 'utils/environments'

/* TODO: Replace URLs with the actual final URL destinations */
export const COW_LINKS = {
vCowPost: 'https://cow.fi/',
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 926736c

Please sign in to comment.