Skip to content

Commit

Permalink
fix: fix typo in code (#10608)
Browse files Browse the repository at this point in the history
Fix a typo in the code that led to outputting ` wh` in the Expenses list.
  • Loading branch information
aeworxet authored Aug 23, 2024
1 parent 71e9ce6 commit 51762d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/budget/ExpenseBudgetItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ const ExpenseBudgetItem = ({
fontSize={fontSize}
data-cy="expense-title"
>
{value} wh
{value}
</H3>
);
}}
Expand Down

0 comments on commit 51762d2

Please sign in to comment.