diff --git a/src/popup.tsx b/src/popup.tsx
index fefead63d..ce274b5af 100644
--- a/src/popup.tsx
+++ b/src/popup.tsx
@@ -129,14 +129,15 @@ export default function Popup() {
-
-
-
- {(params: { address: string }) => (
-
- )}
-
-
+
+ {(params: { address: string }) =>
+ params.address.startsWith("new") ? (
+
+ ) : (
+
+ )
+ }
+
ExtensionStorage.remove(key))
+ );
+
await browser.tabs.create({
url: browser.runtime.getURL("tabs/welcome.html")
});