Skip to content

Commit

Permalink
Merge pull request #65 from Abh1noob/master
Browse files Browse the repository at this point in the history
hello
  • Loading branch information
Abh1noob authored Mar 17, 2024
2 parents e55426e + 36ab0c8 commit da28409
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 @@ -145,7 +145,7 @@ export default function HomePage() {
},
);
if (response.data.status === "success") {
// setShowBanner(response.data.data!.is_selected);
setShowBanner(true);
setShowNotice(true);
SetIdea("idea found");
}
Expand Down

0 comments on commit da28409

Please sign in to comment.