Skip to content

Commit d3bdf88

Browse files
committed
Eslint fix
1 parent 6514a25 commit d3bdf88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_dev/js/listing/components/filters/FiltersUrlHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class FiltersUrlHandler {
7272
}
7373

7474
static toString(value) {
75-
return value + '';
75+
return `${value}`;
7676
}
7777

7878
static specialEncode(str) {

0 commit comments

Comments
 (0)