Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
youngcw committed Nov 6, 2023
1 parent a41e010 commit f76afd9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ export default function BalanceWithCarryover({
':hover': { textDecoration: 'underline' },
}),
...balanceStyle,
...makeAmountStyle(useSheetValue(balance),goalStatus)
...makeAmountStyle(
useSheetValue(balance),
isGoalTemplatesEnabled ? goalStatus : null,
),
}}
/>
{carryoverValue && (
Expand Down

0 comments on commit f76afd9

Please sign in to comment.