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 8841f7d commit b56b88eCopy full SHA for b56b88e
src/lib/blockable.js
@@ -45,8 +45,8 @@ export const blockComputed = {
45
// format with defaults if empty
46
return {
47
block_aspect_ratio: this.format?.block_aspect_ratio,
48
- block_height: this.format?.block_height ?? 1,
49
- block_width: this.format?.block_width ?? 1,
+ block_height: this.format?.block_height || 1,
+ block_width: this.format?.block_width || 1,
50
block_color: this.format?.block_color,
51
bookmark_icon: this.format?.bookmark_icon,
52
bookmark_cover: this.format?.bookmark_cover,
0 commit comments