From 2f9017b8403f2d42e773e27928b259830d123ecf Mon Sep 17 00:00:00 2001 From: Stixx Date: Thu, 21 Nov 2024 11:06:31 +0100 Subject: [PATCH] fix: removed viewer/signer button --- src/pages/create/index.tsx | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/src/pages/create/index.tsx b/src/pages/create/index.tsx index e28f698..a65a559 100644 --- a/src/pages/create/index.tsx +++ b/src/pages/create/index.tsx @@ -106,7 +106,7 @@ export const CreatePage = () => { const [userInput, setUserInput] = useState('') const [userSearchInput, setUserSearchInput] = useState('') - const [userRole, setUserRole] = useState(UserRole.signer) + const [userRole] = useState(UserRole.signer) const [error, setError] = useState() const [users, setUsers] = useState([]) @@ -1127,23 +1127,6 @@ export const CreatePage = () => { )} /> - - {!pastedUserNpubOrNip05 ? (