Skip to content

Commit

Permalink
Merge pull request #43 from Kusitms-28th-Kobaco-B/fix/#42
Browse files Browse the repository at this point in the history
[fix] vercel 오류 해결
  • Loading branch information
uiop5809 authored Mar 9, 2024
2 parents 77bcd9a + 4a37163 commit 7f9f266
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/components/trend/BrandReputationIndex.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,6 @@ const BrandReputationIndex = () => {
</RankBox>
</Layout>
</>
<RankingBox>
{brandRequtation.map((brand) => (
<Ranking
key={brand.id}
title={brand.title}
ranking={brand.ranking}
trend={brand.trend}
updown={brand.updown}
/>
))}
</RankingBox>
);
};

Expand Down

0 comments on commit 7f9f266

Please sign in to comment.