Remove review header as it is already added to ReviewForm Component

This commit is contained in:
Ray 2023-11-21 09:48:17 +00:00 committed by GitHub
parent 3d0762c8c2
commit ec35fdbdc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ export function Detail(props) {
</Row> </Row>
<Row> <Row>
<Col> <Col>
<h2>Reviews</h2>
<ReviewForm /> <ReviewForm />
</Col> </Col>
</Row> </Row>