Skip to content

Commit

Permalink
watering ranking title
Browse files Browse the repository at this point in the history
  • Loading branch information
joergreichert committed Oct 26, 2024
1 parent d7f865d commit fbf6dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar/SidebarStatistics/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const SidebarStatistics: FC = () => {

return (
<Wrapper>
<SidebarTitle>Top-Gießende 2024</SidebarTitle>
<SidebarTitle>Gieß-Ranking 2024</SidebarTitle>
{(statisticsJson || []).map(user => (
<SmallParagraph>{((user.pos < 10) ? '00' : ((user.pos < 100) ? '0' : '')) + user.pos}. {user.username} ({user.liter} Liter)</SmallParagraph>
))}
Expand Down

0 comments on commit fbf6dce

Please sign in to comment.