Skip to content

Commit

Permalink
majoir fix bhay
Browse files Browse the repository at this point in the history
  • Loading branch information
Abh1noob committed Mar 14, 2024
1 parent 568e61e commit 2defa96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devsoc24-portal-fe/src/app/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export default function HomePage() {
// console.log("Not in team");
break;
default:
toast.error("Something went wrong"); //I just hope this works, check karlo bhay
// console.log(e);
break;
}
Expand Down Expand Up @@ -211,6 +212,7 @@ export default function HomePage() {
// console.log("Loner saala");
setTeam(true);
} else {
void fetchIdea();
void fetchTeam();
}
}, []);
Expand Down

0 comments on commit 2defa96

Please sign in to comment.