Fix formatting

This commit is contained in:
Florian Rival
2024-08-21 13:09:04 +02:00
parent 70657ae334
commit e8ac41f37e

View File

@@ -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}