Skip to content

Commit b65245f

Browse files
Remove excessive id from Reviews list
1 parent b61db4e commit b65245f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Reviews/Reviews.jsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ const Reviews = () => {
7575

7676
return (
7777
<>
78-
<ul
79-
id="reviewsList"
78+
<ul
8079
className={`${css.list} ${FUNCTIONALITY_SHOW_LESS ? "func-show-less" : ""}`}
8180
onClick={handleReviewClick}>
8281
{userReviews.results.map(({id, author, content, created_at}) => (

0 commit comments

Comments
 (0)