Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sametcn99 committed Feb 4, 2024
1 parent 6e27e24 commit f34c9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/stats/Charts/StatTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function StatTable({}: {}) {
className="rounded-xl p-2 hover:bg-black/30"
>
<Heading size="4">Average Stars Per Repository</Heading>
<Text>{averageStarsPerRepo}</Text>
<Text>{averageStarsPerRepo?.toFixed(2)}</Text>
</Grid>
</Card>
);
Expand Down

1 comment on commit f34c9f0

@vercel
Copy link

@vercel vercel bot commented on f34c9f0 Feb 4, 2024

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.