From f76afd92a92af0ea29d684d37be2181537e6f368 Mon Sep 17 00:00:00 2001 From: youngcw Date: Mon, 6 Nov 2023 11:50:24 -0700 Subject: [PATCH] lint --- .../src/components/budget/BalanceWithCarryover.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 && (