This commit is contained in:
ishaan-jaff 2024-02-02 19:25:47 -08:00
parent 42fcce4645
commit 34a0e4d3e1

View file

@ -8,8 +8,7 @@ import EnterProxyUrl from "./enter_proxy_url";
import { useSearchParams } from "next/navigation";
import { jwtDecode } from "jwt-decode";
const proxyBaseUrl = process.env.PROXY_BASE_URL || null;
console.log("Proxy Base URL:", proxyBaseUrl);
const proxyBaseUrl = null
const UserDashboard = () => {
const [data, setData] = useState<null | any[]>(null); // Keep the initialization of state here