mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-06-16 05:09:17 +00:00
Update search_input.tsx
This commit is contained in:
parent
cfe47be428
commit
f74d7a8fa9
@ -48,8 +48,8 @@ const SearchInput = ({ tagsChanged, searchChanged, nsfwChanged }: SearchInputPro
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
setSelectedTags(selectedTags.filter(tag => tag !== "neroshi"));
|
||||
tagsChanged(selectedTags);
|
||||
|
||||
tagsChanged(selectedTags.filter(tag => tag != "neroshi"));
|
||||
}, [selectedTags]);
|
||||
useEffect(() => {
|
||||
nsfwChanged(nsfw);
|
||||
|
Loading…
x
Reference in New Issue
Block a user