real time experience of connections and making sure user knows context of their connection

This commit is contained in:
talksik
2022-05-06 06:30:31 -05:00
parent 0d8673d594
commit 60b8439d98
@@ -22,8 +22,6 @@ export default function ProtectedRoute({
error,
} = useServerCheck();
console.log(error);
const { isLoading, isError, isFetching, isSuccess, refetch } =
useAuthCheck(isServerHealthy);