From 59791a4c59e371af142ed2b511585b76587b17db Mon Sep 17 00:00:00 2001 From: adueck Date: Sun, 16 Oct 2022 08:43:21 +0500 Subject: [PATCH] fix logic --- website/src/screens/Wordlist.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/screens/Wordlist.tsx b/website/src/screens/Wordlist.tsx index 7272098..8e40fc0 100644 --- a/website/src/screens/Wordlist.tsx +++ b/website/src/screens/Wordlist.tsx @@ -257,7 +257,7 @@ function Wordlist({ options, wordlist, isolateEntry, optionsDispatch, user }: { />} } - if (!user || user.level !== "student") { + if (!user || user.level === "basic") { return
Wordlist - LingDocs Pashto Dictionary