Skip to content

Commit 47fb664

Browse files
authored
Fix blog (#361)
* fix: modify api.ts * fix: remove google auth buttom * fix: fixes responsive fixes on organization * fix: minor fixes * fix: modify create organization * fix: modify create organization * fix: fix organization permission * fix: merge into main * feat: hackathon overview page * feat: hackathon overview page * feat: implement participant overview * feat: implement participant overview * feat: implement resources tab * feat: implement the submission tab * feat: implement comment tab * fix: implement provider for hackathon * fix: implement provider for hackathon * fix: minor fixes * fix: hackathon banner * fix: hackathon banner * fix: fix organization page * fix: fix organization page * fix: use transform * fix: add tagline * fix: add tagline * fix: minor fixes * fix: minor fixes * fix: fix timeline and prizes * fix: correct timeline events * fix: implement registration deadline policy * fix: implement registration deadline policy * feat: implement leave hackathon * feat: implement leave hackathon * fix: delete hackathon * fix: implement invite participants * fix: implement participant profile viewing * feat: fetch participants team * fix: redesign hackathon banner * fix: fix hackthon card * fix: fix search bar in blog page * fix: fix search bar in blog page * fix: fix search bar in blog page
1 parent 48c97d8 commit 47fb664

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

app/(landing)/me/page.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import { ProfileData } from './profile-data';
2-
import { checkAuth } from '@/lib/check-auth';
2+
// import { checkAuth } from '@/lib/check-auth';
33

44
export default async function MePage() {
5-
await checkAuth();
5+
//Remove this comment when auth is implemented
6+
// await checkAuth();
67
return (
78
<section className=''>
89
<ProfileData />

0 commit comments

Comments
 (0)