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

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>