Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Nov 3, 2023
1 parent 24b7932 commit d667d97
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions components/POAPModal/POAPModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ import { IYKRefResponse as IYKReferenceResponse } from '../../hooks/useIYKRef';
import { POAPMetadata } from '../../hooks/usePOAPData';
import { Creeper } from './Creeper';

const OVERRIDE_SHOW_POAP_ANYWAYS = false;

// eslint-disable-next-line no-undef
const query = new URLSearchParams(window?.document?.location?.search);
const SHOW_POAP_ANYWAYS =
OVERRIDE_SHOW_POAP_ANYWAYS || query.get('show_poap') === 'true';
const SHOW_POAP_ANYWAYS = false;

// 10 days
const HIDE_AFTER_TIME = 1000 * 60 * 60 * 24 * 100;
Expand Down

0 comments on commit d667d97

Please sign in to comment.