Skip to content

Commit

Permalink
Fix unnecessary alert (#57)
Browse files Browse the repository at this point in the history
* Jovells workflow auto sync after pr merge (#4)

* Update main.yml

* Update main.yml

* fix unnecessary alert
  • Loading branch information
Jovells authored Dec 26, 2023
1 parent cc8e5b9 commit eb9e819
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/nextjs/emt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import { HOME_PAGE } from "@/app/(with wallet)/_components/page-links";
const oldMobileGetUri = old.mobile!.getUri;
old.mobile!.getUri = async () => {
if(window?.ethereum){
alert('eth')
return oldMobileGetUri as any
}
return 'https://metamask.app.link/dapp/'+location.origin+HOME_PAGE
Expand Down

0 comments on commit eb9e819

Please sign in to comment.