+
{item.name}
+
+ {formatCurrency(Number(item.value), budget.currency, locale)}
+
+
+ )
+ }}
+ />
+ ```
+ 4. Destructure `locale = 'en'` from props with default
+
+ **AvailableBalance.tsx:**
+ 1. Add `locale?: string` to the `Props` interface
+ 2. Import `Tooltip` from `recharts` (add to existing import)
+ 3. Add `