Fix: #1430 Display latest value of number of rows alongside the trendline (#2543)

This commit is contained in:
darth-coder00 2022-02-01 21:24:34 +05:30 committed by GitHub
parent 889e277636
commit 411a57b9e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,7 +273,9 @@ const DatasetDetails: React.FC<DatasetDetailsProps> = ({
height={38}
toolTipPos={{ x: 20, y: -30 }}
/>
<span className="tw--ml-6">rows</span>
<span className="tw--ml-6">{`${
tableProfile[0].rowCount || 0
} rows`}</span>
</div>
) : (
''