Skip to content

Commit

Permalink
Update ResultsCharts.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
srkirkland authored Sep 26, 2022
1 parent 63a4715 commit aa4716b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Results/ResultsCharts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const ResultsCharts = (props: Props) => {
});
return (
<>
<h3>Delivered Cost of Feedstock</h3>
<h3>Total delivered feedstock cost</h3>
<ComposedChart
width={1000}
height={500}
Expand Down

0 comments on commit aa4716b

Please sign in to comment.