Skip to content

Commit

Permalink
fix: link bug (#281)
Browse files Browse the repository at this point in the history
Signed-off-by: laixingyou <[email protected]>
  • Loading branch information
coder-sett authored Dec 10, 2023
1 parent f71f94a commit 22f8410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/modules/analyze/components/TableList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ const TrendsList: React.FC = () => {
key={z.name}
className={classnames(borderList[i], bgList[i])}
>
{formatScore(item.tableData[index].mainScore)}
{formatScore(item.tableData[i].mainScore)}
</Td>
);
})}
Expand Down

2 comments on commit 22f8410

@vercel
Copy link

@vercel vercel bot commented on 22f8410 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 22f8410 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.