Skip to content

Commit b006534

Browse files
committed
up
1 parent 16dc774 commit b006534

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/generate-symbol-tsx.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ export const generateSymbolTsx = (
5151
}
5252

5353
for (const box of schematicBoxes) {
54-
const x = box.x ?? box.x ?? 0
55-
const y = box.y ?? box.y ?? 0
54+
const x = box.x ?? 0
55+
const y = box.y ?? 0
5656
const width = box.width ?? 0
5757
const height = box.height ?? 0
5858
const isDashed = box.is_dashed ?? false

0 commit comments

Comments
 (0)