fix logic

This commit is contained in:
adueck 2022-10-16 08:43:21 +05:00
parent dcf08c83f6
commit 59791a4c59
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ function Wordlist({ options, wordlist, isolateEntry, optionsDispatch, user }: {
/>}
</div>
}
if (!user || user.level !== "student") {
if (!user || user.level === "basic") {
return <div className="width-limiter" style={{ marginBottom: "120px" }}>
<Helmet>
<title>Wordlist - LingDocs Pashto Dictionary</title>