mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-07-23 01:46:57 +00:00
remove unused LichessStudyUrlInput and hide lichess buttons when no user or study loaded
This commit is contained in:
@@ -77,6 +77,7 @@ export const useLichess = () => {
|
||||
|
||||
const lichessLogout = async () => {
|
||||
await logoutFn();
|
||||
setSelectedStudyId(null);
|
||||
setUser(null);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user