open-metadata / OpenMetadata

OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
https://open-metadata.org
Apache License 2.0
5.26k stars 994 forks source link

Minor: Fix count formatting #17968

Closed aniketkatkar97 closed 2 days ago

aniketkatkar97 commented 3 days ago

I worked on fixing the count formatting of the single digit. Ex. if the count is 4, show '4' instead of '04'.

Before:

Screenshot 2024-09-24 at 1 19 44 PM Screenshot 2024-09-24 at 1 20 33 PM

After:

Screenshot 2024-09-24 at 1 19 11 PM Screenshot 2024-09-24 at 1 19 27 PM

#

Type of change:

#

Checklist:

github-actions[bot] commented 2 days ago

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 64%
64.38% (37427/58130) 41.1% (14873/36185) 43.14% (4515/10466)
sonarcloud[bot] commented 2 days ago

Quality Gate Passed Quality Gate passed for 'open-metadata-ui'

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud