Skip to content

Commit

Permalink
refactor: remove unnecessary code for opening window in FoundingMembe…
Browse files Browse the repository at this point in the history
…rNotice.vue
  • Loading branch information
cuixiaorui committed Jul 20, 2024
1 parent 98863df commit 3b6c398
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/client/components/FoundingMemberNotice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function dismissNotice() {
function handleShowDetails() {
window.open("https://earthworm-docs.cuixueshe.com/get-started/founding-member.html", "_blank");
showNotice.value = false;
}
function setNoticeDismissed(): void {
Expand Down

0 comments on commit 3b6c398

Please sign in to comment.