mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/components/filterdialog/filterdialog.js
Co-authored-by: viown <48097677+viown@users.noreply.github.com>
This commit is contained in:
parent
c36e054435
commit
5602cd4ec4
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ function renderFilters(context, result, query) {
|
|||
|
||||
function renderResetButton(context, query) {
|
||||
const elem = context.querySelector('.btnResetAllFilters');
|
||||
if (getFilterStatus(query) === true) {
|
||||
if (getFilterStatus(query)) {
|
||||
elem.classList.remove('hide');
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue