Skip to content

Commit 86d55ba

Browse files
committed
MC-2333: UX Review
- Build stabilization
1 parent 6b0566a commit 86d55ba

File tree

1 file changed

+1
-3
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/block

1 file changed

+1
-3
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/ts/js/content-type/block/preview.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,12 @@ export default class Preview extends BasePreview {
7171
this.displayPreview(true);
7272
this.displayPlaceholder(false);
7373
}
74-
}
75-
else {
74+
} else {
7675
this.displayPreview(false);
7776
this.displayPlaceholder(true);
7877
this.placeholderText("");
7978
}
8079

81-
8280
if (!data.block_id || data.template.length === 0) {
8381
this.displayPreview(false);
8482
this.displayPlaceholder(true);

0 commit comments

Comments
 (0)