Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhuudungz committed Aug 5, 2022
1 parent 11024e0 commit 5ee4fa6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/Campaign/LeaderboardLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,14 @@ import Search, { Container as SearchContainer, Wrapper as SearchWrapper } from '
import { BIG_INT_ZERO, CAMPAIGN_LEADERBOARD_ITEM_PER_PAGE, DEFAULT_SIGNIFICANT } from 'constants/index'
import useTheme from 'hooks/useTheme'
import { AppState } from 'state'
import { CampaignState } from 'state/campaigns/actions'
import { CampaignState, RewardRandom } from 'state/campaigns/actions'
import {
useSelectedCampaignLeaderboardLookupAddressManager,
useSelectedCampaignLeaderboardPageNumberManager,
useSelectedCampaignLuckyWinnersLookupAddressManager,
} from 'state/campaigns/hooks'
import { formatNumberWithPrecisionRange } from 'utils'
import getShortenAddress from 'utils/getShortenAddress'
import InfoHelper from 'components/InfoHelper'
import { CampaignState, RewardRandom } from 'state/campaigns/actions'

const leaderboardTableBodyBackgroundColorsByRank: { [p: string]: string } = {
1: `linear-gradient(90deg, rgba(255, 204, 102, 0.25) 0%, rgba(255, 204, 102, 0) 54.69%, rgba(255, 204, 102, 0) 100%)`,
Expand Down

0 comments on commit 5ee4fa6

Please sign in to comment.