From 5f793fbbfffb5d02f4ab1bddc56e3c3d31939786 Mon Sep 17 00:00:00 2001 From: Jorge Costa Date: Fri, 19 Apr 2019 15:33:15 +0100 Subject: [PATCH] chore: Fix: Lint error that makes unit tests (and CI tests) fail. (#15073) --- packages/edit-post/src/store/effects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/edit-post/src/store/effects.js b/packages/edit-post/src/store/effects.js index 38b3c92498e65c..b273d0a4b3e350 100644 --- a/packages/edit-post/src/store/effects.js +++ b/packages/edit-post/src/store/effects.js @@ -45,7 +45,7 @@ const effects = { let wasSavingPost = select( 'core/editor' ).isSavingPost(); let wasAutosavingPost = select( 'core/editor' ).isAutosavingPost(); - + // Meta boxes are initialized once at page load. It is not necessary to // account for updates on each state change. //