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 f757010 commit 66e826aCopy full SHA for 66e826a
block/edit.tsx
@@ -16,7 +16,7 @@ export default function Edit({ attributes, setAttributes }): WPElement {
16
const heightWithUnit =
17
height.value && height.unit
18
? `${height.value}${height.unit}`
19
- : height.value;
+ : '';
20
21
return (
22
<>
0 commit comments