diff --git a/packages/desktop-client/src/components/mobile/budget/BudgetPage.tsx b/packages/desktop-client/src/components/mobile/budget/BudgetPage.tsx
index c931137857..1fe5e79378 100644
--- a/packages/desktop-client/src/components/mobile/budget/BudgetPage.tsx
+++ b/packages/desktop-client/src/components/mobile/budget/BudgetPage.tsx
@@ -720,18 +720,20 @@ function UncategorizedTransactionsBanner(props) {
justifyContent: 'space-between',
}}
>
-
- You have {{ count: transactions.length }} uncategorized transactions
- (
-
- {
+
+
+ You have {{ count: transactions.length }} uncategorized
+ transactions (
+
{
- amount: format(totalUncategorizedAmount, 'financial'),
- } as TransObjectLiteral
- }
-
- )
-
+ {
+ amount: format(totalUncategorizedAmount, 'financial'),
+ } as TransObjectLiteral
+ }
+
+ )
+
+