mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
fix
This commit is contained in:
parent
5daa585a9e
commit
da6fc56b86
@ -102,6 +102,8 @@ const SearchInput = ({ tagsChanged, searchChanged, nsfwChanged, nsfwButtonEnable
|
|||||||
}}
|
}}
|
||||||
value={selectedTagsInput}
|
value={selectedTagsInput}
|
||||||
primaryColor={"indigo"} />
|
primaryColor={"indigo"} />
|
||||||
|
|
||||||
|
{(nsfwButtonEnabled) ?? (
|
||||||
<span className="flex items-center border-0 font-bold text-grey-100">
|
<span className="flex items-center border-0 font-bold text-grey-100">
|
||||||
<button
|
<button
|
||||||
onClick={() => { setNsfw(!nsfw) }}
|
onClick={() => { setNsfw(!nsfw) }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user