Skip to content

Commit

Permalink
tract/county remove timeseries temp
Browse files Browse the repository at this point in the history
  • Loading branch information
nofurtherinformation committed May 15, 2024
1 parent 6fddf29 commit a8820e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/county/[county]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ const CountyPage: React.FC<CountyRouteProps> = async ({ params }) => {
</ul>
</div>
</div>
<div className="my-8 h-[100vh] w-full bg-white p-8 shadow-xl">
{/* <div className="my-8 h-[100vh] w-full bg-white p-8 shadow-xl">
<TimeseriesChart id={county} />
</div>
</div> */}
</div>
)
}
Expand Down
4 changes: 2 additions & 2 deletions app/tract/[tract]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,9 @@ const TractPage: React.FC<TractRouteProps> = async ({ params }) => {
</ul>
</div>
</div>
<div className="my-8 h-[100vh] w-full bg-white p-8 shadow-xl">
{/* <div className="my-8 h-[100vh] w-full bg-white p-8 shadow-xl">
<TimeseriesChart id={tract} />
</div>
</div> */}
<div className="my-8 h-[100vh] w-full bg-white p-8 shadow-xl">
<StoreList id={tract} />
</div>
Expand Down

0 comments on commit a8820e9

Please sign in to comment.