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
This commit is contained in:
M Fahru 2023-02-03 06:33:23 -07:00 committed by Copybot
parent 3ffb7dd7dc
commit 3fde2b7207

View file

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