Skip to content

Commit f1ebdae

Browse files
committed
removes space
1 parent 1e4a11d commit f1ebdae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/contexts/EmbeddedWalletContext.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ export function WalletProvider({ children }: { children: ReactNode }) {
3939
const [isAuthenticated, setIsAuthenticated] = useState<boolean>(false);
4040
const [isLoading, setIsLoading] = useState<boolean>(true);
4141
const [userInfo, setUserInfo] = useState<any | null>(null);
42-
4342
const { logToConsole } = useConsole();
4443
const router = useRouter();
4544

0 commit comments

Comments
 (0)