mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-13 00:22:23 +00:00
remove commented code
This commit is contained in:
parent
bb1f19cf84
commit
3132d61efc
@ -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>
|
||||
</>
|
||||
)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user