From 17ae96fc0bf2274ba54f17e587588595e02a90b2 Mon Sep 17 00:00:00 2001 From: Glen Davies Date: Tue, 4 Jul 2023 16:01:07 +1200 Subject: [PATCH] Patterns: rename wp_block sync_status postmeta to wp_pattern_sync_status (#52232) --------- Co-authored-by: Kai Hao --- packages/editor/src/components/post-sync-status/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/editor/src/components/post-sync-status/index.js b/packages/editor/src/components/post-sync-status/index.js index 22de1396d06790..0600ece9531731 100644 --- a/packages/editor/src/components/post-sync-status/index.js +++ b/packages/editor/src/components/post-sync-status/index.js @@ -21,7 +21,6 @@ export default function PostSyncStatus() { if ( postType !== 'wp_block' ) { return null; } - const isFullySynced = ! syncStatus; return (