Skip to content

Commit

Permalink
chart fix
Browse files Browse the repository at this point in the history
  • Loading branch information
carkom committed Sep 12, 2023
1 parent 6fc1995 commit d60e81a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ function CashFlowGraph({ graphData, isConcise }: CashFlowGraphProps) {
<VictoryGroup>
<VictoryBar

Check warning on line 38 in packages/desktop-client/src/components/reports/graphs/CashFlowGraph.tsx

View workflow job for this annotation

GitHub Actions / lint

Replace `⏎················data={graphData.expenses}⏎·············` with `·data={graphData.expenses}`
data={graphData.expenses}
style={{ data: { fill: chartTheme.colors.red } }}
/>
<VictoryBar data={graphData.income} />
</VictoryGroup>
Expand Down

0 comments on commit d60e81a

Please sign in to comment.