fix: make search work
This commit is contained in:
@@ -190,7 +190,7 @@ const Search = (
|
||||
onInput={handleInputChange}
|
||||
/>
|
||||
</div>
|
||||
<Checkbox label="unseen" checked={showSeenStatus} />
|
||||
<Checkbox label="unrated" checked={showSeenStatus} />
|
||||
<div
|
||||
class={showSeenStatus.value ? "opacity-10" : ""}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user