update pgnviewer on lichess chapter load

This commit is contained in:
2026-06-09 14:13:31 +02:00
parent fcb1433403
commit 63fffb11de
3 changed files with 5 additions and 6 deletions
-2
View File
@@ -2,7 +2,6 @@ import { useNavigate } from "@tanstack/react-router";
import { useServerFn } from "@tanstack/react-start";
import { useEffect, useState } from "react";
import { useLichessUser } from "#/context/LichessUserContext.tsx";
import { useChessGame } from "#/hooks/useChessGame.ts";
import {
getSession,
getStudyChapters,
@@ -138,7 +137,6 @@ export const useLichess = () => {
author: "",
};
console.log(headers, pgn);
return { headers, pgn };
};