Skip to content

Commit

Permalink
Patterns: rename wp_block sync_status postmeta to wp_pattern_sync_sta…
Browse files Browse the repository at this point in the history
…tus (#52232)

---------

Co-authored-by: Kai Hao <[email protected]>
  • Loading branch information
2 people authored and tellthemachines committed Jul 7, 2023
1 parent a300af3 commit 17ae96f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/editor/src/components/post-sync-status/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default function PostSyncStatus() {
if ( postType !== 'wp_block' ) {
return null;
}

const isFullySynced = ! syncStatus;

return (
Expand Down

0 comments on commit 17ae96f

Please sign in to comment.