Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
4ian committed Aug 21, 2024
1 parent 70657ae commit e8ac41f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit e8ac41f

Please # to comment.