Skip to content

Commit

Permalink
Fix menu filter toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
sixem committed Jun 15, 2021
1 parent 4766ee5 commit 145abc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/main/handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ main.menu.create = () =>

} else if(e.target.id == 'filter')
{
toggle(null, () => main.menu.toggle());
toggle(null, () => data.components.filter.toggle());

}
}
Expand Down

0 comments on commit 145abc0

Please sign in to comment.