We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a7267 commit 0a55addCopy full SHA for 0a55add
src/pages/openings/index.tsx
@@ -629,10 +629,10 @@ const OpeningsPage: NextPage = () => {
629
// No special handling needed for opening drills
630
}, [])
631
632
- // Don't render if user is not authenticated
633
- if (user !== null && !user.lichessId) {
634
- return null
635
- }
+ // // Don't render if user is not authenticated
+ // if (user !== null && !user.lichessId) {
+ // return null
+ // }
636
637
// Show download modal if Maia model needs to be downloaded
638
if (maiaEngine.status === 'no-cache' || maiaEngine.status === 'downloading') {
0 commit comments