diff --git a/src/Apps/Sell/Components/SubmissionLayout.tsx b/src/Apps/Sell/Components/SubmissionLayout.tsx index c679ab6fe8f..45bbd8a00b1 100644 --- a/src/Apps/Sell/Components/SubmissionLayout.tsx +++ b/src/Apps/Sell/Components/SubmissionLayout.tsx @@ -45,9 +45,11 @@ export const SubmissionLayout: React.FC = ({ ) : ( - - {children} - + + + {children} + + )}