Skip to content

Commit

Permalink
Exclude the "new" flag
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo committed Nov 23, 2023
1 parent f704ed2 commit 1c0b4f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/react-components/home/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export function HomePage() {
}

if (qs.has("new")) {
qs.delete("new");
createAndRedirectToNewHub(null, null, true, qs);
}
}, []);
Expand Down

0 comments on commit 1c0b4f4

Please sign in to comment.