fix breaking ui

This commit is contained in:
CanbiZ 2025-01-30 13:48:36 +01:00
parent a38e9070ef
commit 343de50ef8
3 changed files with 22 additions and 16 deletions

View file

@ -159,12 +159,6 @@ const DataFetcher: React.FC = () => {
/>
<label className="text-sm text-gray-600 mt-1 block">Set a end date</label>
</div>
<button
onClick={() => setShowChart((prev) => !prev)}
className="p-2 bg-blue-500 text-white rounded"
>
{showChart ? "Hide Chart" : "Show Chart"}
</button>
</div>
<ApplicationChart data={filteredData} />
<div className="mb-4 flex justify-between items-center">