Skip to content

Commit

Permalink
#91 Remove this from this.
Browse files Browse the repository at this point in the history
  • Loading branch information
swashbuck committed Jan 24, 2023
1 parent 0781156 commit 406cd58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/resources.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function Resources (props) {
const onFilterClicked = e => {
if (e && e.preventDefault) e.preventDefault();

const $clickedButton = this.$(e.currentTarget);
const $clickedButton = $(e.currentTarget);
const filter = $clickedButton.data('filter');
const id = $clickedButton.attr('id');

Expand Down

0 comments on commit 406cd58

Please sign in to comment.