diff --git a/packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx b/packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx index f298d08e83f..c2b72dc63f0 100644 --- a/packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx +++ b/packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx @@ -49,7 +49,10 @@ export default function BalanceWithCarryover({ ':hover': { textDecoration: 'underline' }, }), ...balanceStyle, - ...makeAmountStyle(useSheetValue(balance),goalStatus) + ...makeAmountStyle( + useSheetValue(balance), + isGoalTemplatesEnabled ? goalStatus : null, + ), }} /> {carryoverValue && (