Comply with new eslint rules
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import $ from 'jquery';
|
||||
|
||||
wp.customize('blogname', (value) => {
|
||||
value.bind((to) => $('.brand').text(to));
|
||||
value.bind(to => $('.brand').text(to));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user