Skip to content

Commit

Permalink
fix: Use correct label for card
Browse files Browse the repository at this point in the history
  • Loading branch information
tklein1801 committed Feb 16, 2024
1 parent 9544782 commit 8bcab96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DashboardStatsWrapper.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const DashboardStatsWrapper: React.FC<TDashboardStatsWrapperProps> = () =
value: formatBalance(fetchedStats.expenses),
valueInformation:
fetchedStats.upcoming_expenses > 0
? `Anstehend ${formatBalance(fetchedStats.upcoming_expenses)}`
? `Upcoming ${formatBalance(fetchedStats.upcoming_expenses)}`
: undefined,
},
{
Expand Down

0 comments on commit 8bcab96

Please sign in to comment.