Skip to content

Commit d886314

Browse files
committed
width height var name fix
1 parent e202b0b commit d886314

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/components/gradient-editor.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ export default function GradientEditor() {
105105
});
106106

107107
const {
108-
width: width,
109-
height: height,
108+
width,
109+
height,
110110
innerPaddingX,
111111
innerPaddingY,
112112
pageName,

0 commit comments

Comments
 (0)