remove commented code

This commit is contained in:
Shailesh Parmar 2025-09-22 16:08:24 +05:30
parent bb1f19cf84
commit 3132d61efc

View File

@ -238,19 +238,6 @@ const TableProfilerChart = ({
</Grid>
))}
</Grid>
{/* <div className="d-flex gap-4">
{overallSummary?.map((summary) => (
<SummaryCard
className={classNames(summary.className, 'h-full')}
isLoading={isSummaryLoading}
showProgressBar={false}
title={summary.title}
total={0}
value={summary.value}
/>
))}
</div> */}
</Col>
</>
)}