WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit e8ac41f

Browse files
committed
Fix formatting
1 parent 70657ae commit e8ac41f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

newIDE/app/src/ExportAndShare/GenericExporters/OnlineWebExport/OnlineWebExportFlow.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,7 @@ const OnlineWebExportFlow = ({
9393
);
9494

9595
return (
96-
<Column
97-
noMargin
98-
alignItems={uiMode === 'minimal' ? 'stretch' : 'center'}
99-
>
96+
<Column noMargin alignItems={uiMode === 'minimal' ? 'stretch' : 'center'}>
10097
{shouldShowButtons ? exportButtons : null}
10198
<OnlineGameLink
10299
build={build}

0 commit comments

Comments
 (0)