We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 381df53 commit fa70f1aCopy full SHA for fa70f1a
src/lib/blockable.js
@@ -43,8 +43,8 @@ export const blockComputed = {
43
// format with defaults if empty
44
return {
45
block_aspect_ratio: this.format?.block_aspect_ratio,
46
- block_height: this.format?.block_height ?? 1,
47
- block_width: this.format?.block_width ?? 1,
+ block_height: this.format?.block_height || 1,
+ block_width: this.format?.block_width || 1,
48
block_color: this.format?.block_color,
49
bookmark_icon: this.format?.bookmark_icon,
50
bookmark_cover: this.format?.bookmark_cover,
0 commit comments