From 8689c7f753fc0d5ab5e88bdf3d376da2c60148c0 Mon Sep 17 00:00:00 2001 From: enes Date: Tue, 8 Oct 2024 13:45:58 +0200 Subject: [PATCH] fix: remove screen on nostr-login launch Ignores the init options param when screen is passed --- src/components/AppBar/AppBar.tsx | 2 +- src/pages/landing/index.tsx | 2 +- src/pages/nostr/index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/AppBar/AppBar.tsx b/src/components/AppBar/AppBar.tsx index 39e23b7..d23f75c 100644 --- a/src/components/AppBar/AppBar.tsx +++ b/src/components/AppBar/AppBar.tsx @@ -130,7 +130,7 @@ export const AppBar = () => {