Skip to content

Commit

Permalink
Fix: Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi committed Aug 7, 2023
1 parent ec2dfc9 commit ce97b97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/pages/charts/[name].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ const ChartPage: NextPage<{ chartData: Chart }> = ({ chartData }) => {
<Link
href={item.href}
key={i}
download={item.download}
className={className(
"text-center p-1 rounded focus:bg-opacity-75 hover:bg-opacity-75 transition-colors duration-200",
item.className
Expand Down

0 comments on commit ce97b97

Please sign in to comment.