Skip to content

Commit

Permalink
Remove more things
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblurie29 committed Oct 28, 2023
1 parent 5a3337c commit 744689d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pages/event.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ import { ArrowLeftOutlined } from '@ant-design/icons';
import Link from 'next/link';
import { useRouter } from 'next/router';

const DEV_DEPLOY =
process.env.NODE_ENV === 'development' || ['preview', 'development'].includes(process.env.NEXT_PUBLIC_VERCEL_ENV!); // frontend env variable

interface EventParams {
eventName: string;
eventImage: string;
Expand Down

0 comments on commit 744689d

Please sign in to comment.