Skip to content

Commit

Permalink
Merge pull request #17 from Help-M-Ssaem/feat/#11
Browse files Browse the repository at this point in the history
[Fix] Vercel deploy error
  • Loading branch information
uiop5809 authored Aug 8, 2024
2 parents 405aa93 + e9996b3 commit 674acb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/home/HotDiscussionBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const HotDiscussionBox = () => {
{data && (
<>
{data.map((board) => (
<HotDiscussion hotDiscussion={board} key={board.id} />
<HotDiscussion hotDiscussion={board} key={board.title} />
))}
</>
)}
Expand Down

0 comments on commit 674acb5

Please sign in to comment.