Skip to content

Commit

Permalink
Merge pull request #4 from Sustainer2020/ui_calc
Browse files Browse the repository at this point in the history
data to sector
  • Loading branch information
ph1ne4s authored Mar 5, 2024
2 parents f475fe1 + b9220d4 commit 1ef7ee5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/StatePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ const StatePage = ({ selectedState }) => {
</div>
<br />

<h3 id="industriesData">Industries Data</h3>
<h3 id="industriesData">Industrial Sector</h3>
{renderChart('industriesData', selectedState)}

<h3 id="agricultureData">Agriculture Data</h3>
<h3 id="agricultureData">Agricultural Sector</h3>
{renderChart('fruitsData', selectedState)}
<h3 id="vegetablesData">Vegetables Data</h3>
<h3 id="vegetablesData">Vegetables Sector</h3>
{renderChart('vegetablesData', selectedState)}
<h3 id="spicesData">Spices Data</h3>
<h3 id="spicesData">Spice Sector</h3>
{renderChart('spicesData', selectedState)}
{/* ... other charts ... */}
</div>
Expand Down

0 comments on commit 1ef7ee5

Please sign in to comment.