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 ef0142c28a
commit dea5d7270b

View File

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