Просмотр исходного кода

Remove unnecessary `xs={12}` props since it's the default

Co-authored-by: ilkin-overleaf <100852799+ilkin-overleaf@users.noreply.github.com>
GitOrigin-RevId: 1b7139e7a8351da0417ba150cfdeec04441dcfe3
M Fahru 3 лет назад
Родитель
Сommit
3fde2b7207

+ 0 - 1
services/web/frontend/js/features/project-list/components/project-list-root.tsx

@@ -129,7 +129,6 @@ function ProjectListPageContent() {
             {error ? <DashApiError /> : ''}
             <Row className="row-spaced">
               <Col
-                xs={12}
                 sm={10}
                 smOffset={1}
                 md={8}