Skip to content

Commit 0a55add

Browse files
fix: opening page for unauthenticated users
1 parent 78a7267 commit 0a55add

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/openings/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -629,10 +629,10 @@ const OpeningsPage: NextPage = () => {
629629
// No special handling needed for opening drills
630630
}, [])
631631

632-
// Don't render if user is not authenticated
633-
if (user !== null && !user.lichessId) {
634-
return null
635-
}
632+
// // Don't render if user is not authenticated
633+
// if (user !== null && !user.lichessId) {
634+
// return null
635+
// }
636636

637637
// Show download modal if Maia model needs to be downloaded
638638
if (maiaEngine.status === 'no-cache' || maiaEngine.status === 'downloading') {

0 commit comments

Comments
 (0)