Skip to content

Commit 2233091

Browse files
committed
prettier
1 parent 48986d9 commit 2233091

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

newIDE/app/src/InstancesEditor/CompactInstancePropertiesEditor/CompactPropertiesSchema.js

+2-8
Original file line numberDiff line numberDiff line change
@@ -504,18 +504,12 @@ export const makeSchema = ({
504504
{
505505
name: 'Rotation',
506506
type: 'row',
507-
title: i18n._(t`Rotation`),
508507
preventWrap: true,
509508
removeSpacers: true,
510-
children: [],
511-
},
512-
{
509+
title: i18n._(t`Rotation`),
513510
children: [
514511
getRotationZField({ i18n }),
515-
{
516-
type: 'row',
517-
children: getRotationXAndRotationYFields({ i18n }),
518-
},
512+
...getRotationXAndRotationYFields({ i18n }),
519513
],
520514
},
521515
];

0 commit comments

Comments
 (0)