Skip to content

Commit

Permalink
Eslint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Stępień committed Nov 24, 2022
1 parent 6514a25 commit d3bdf88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _dev/js/listing/components/filters/FiltersUrlHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class FiltersUrlHandler {
}

static toString(value) {
return value + '';
return `${value}`;
}

static specialEncode(str) {
Expand Down

0 comments on commit d3bdf88

Please sign in to comment.