Skip to content

Commit

Permalink
Update src/renderer/main/package.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hal-shu-sato authored Aug 26, 2023
1 parent 37c42d8 commit edf42b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/main/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,7 @@ function listFilter(
btn: HTMLButtonElement
) {
const isClear =
btn.classList.contains('selected') || btn.dataset.installFilter == 'clear';
btn.classList.contains('selected') || btn.dataset.installFilter === 'clear';

for (const element of Array.from(btns)) {
filterButtons.add(element);
Expand Down

0 comments on commit edf42b8

Please sign in to comment.