Skip to content

Commit

Permalink
Merge pull request #66 from Abh1noob/master
Browse files Browse the repository at this point in the history
hih
  • Loading branch information
Abh1noob authored Mar 17, 2024
2 parents da28409 + 78d8fb8 commit f6aed9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devsoc24-portal-fe/src/app/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ interface ideaProps {
github_link: string;
figma_link: string;
others: string;
is_selected: boolean;
};
}

Expand Down Expand Up @@ -147,6 +146,7 @@ export default function HomePage() {
if (response.data.status === "success") {
setShowBanner(true);
setShowNotice(true);
setSelected(true);
SetIdea("idea found");
}
} catch (e) {
Expand Down

0 comments on commit f6aed9f

Please sign in to comment.