Skip to content

Commit

Permalink
Merge pull request #264 from TEAM-MONGDOL/develop
Browse files Browse the repository at this point in the history
[merge] - develop > main 머지
  • Loading branch information
Ginieee authored Aug 19, 2024
2 parents 1407c42 + 9c32614 commit c6425e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/_components/user/workation/WkReviewInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ const WkReviewInfo = ({
<div className="mb-1 flex">
{[...Array(rating)].map((_, index) => (
<Image
// eslint-disable-next-line react/no-array-index-key
key={`star-filled-${index}`}
src={StarRateIcon}
alt="StarRateIcon"
/>
))}
{[...Array(5 - rating)].map((_, index) => (
<Image
// eslint-disable-next-line react/no-array-index-key
key={`star-filled-${index}`}
src={StarRateEmptyIcon}
alt="StarRateEmptyIcon"
Expand Down

0 comments on commit c6425e7

Please sign in to comment.