mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix formatting
This commit is contained in:
@@ -93,10 +93,7 @@ const OnlineWebExportFlow = ({
|
||||
);
|
||||
|
||||
return (
|
||||
<Column
|
||||
noMargin
|
||||
alignItems={uiMode === 'minimal' ? 'stretch' : 'center'}
|
||||
>
|
||||
<Column noMargin alignItems={uiMode === 'minimal' ? 'stretch' : 'center'}>
|
||||
{shouldShowButtons ? exportButtons : null}
|
||||
<OnlineGameLink
|
||||
build={build}
|
||||
|
Reference in New Issue
Block a user