Skip to content

Commit

Permalink
banner removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Abh1noob committed Mar 19, 2024
1 parent 50063ac commit 4b84e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devsoc24-portal-fe/src/app/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default function HomePage() {
},
);
if (response.data.status === "success") {
setShowBanner(true);
setShowBanner(false);
// setShowNotice(true);
setSelected(true);
SetIdea("idea found");
Expand Down Expand Up @@ -182,7 +182,7 @@ export default function HomePage() {
},
);
if (response.data.status === "success") {
setShowBanner(true);
setShowBanner(false);
// setShowNotice(true);
setSelected(true);
SetIdea("idea found");
Expand Down

0 comments on commit 4b84e1f

Please sign in to comment.