Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wslyvh committed Jul 10, 2024
1 parent bbdab69 commit 98e074d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/frontend/src/components/info/VoucherTimeLeft.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { formatDate } from '@/utils/formatters/formatDate'
import { useVoucherRedeemDeadline } from '@/blockchain/hooks/useVoucherRedeemDeadline'
import { useReadAuctionParams } from '@/blockchain/hooks/useReadAuctionParams'
import { MediaQueries } from '@/styles/mediaQueries'
import Link from 'next/link'

export const VoucherTimeLeft = () => {
const { claimingEndTime } = useReadAuctionParams()
Expand All @@ -24,7 +23,6 @@ export const VoucherTimeLeft = () => {
<span>{isRedeemingExpired ? 'Voucher redemption expired on ' : 'Voucher redemption ends: '}</span>
<RemainingTime>{formatDate(redeemTimestamp)}</RemainingTime>
</TimeRow>
{/* <div style={{ background: 'red', color: 'white', padding: '8px', marginTop: '8px', marginBottom: '8px' }}>We are currently experiencing issues and you are unable to claim your raffle ticket! We apologize for the inconvenience and are working on a fix. Follow our <Link href='https://x.com/EFDevcon/status/1810926754820681833'>Twitter</Link> for updates.</div> */}
</VoucherTimeBox>
)
}
Expand Down

0 comments on commit 98e074d

Please sign in to comment.