Skip to content

Commit e5d3ae4

Browse files
committed
chore: version update
1 parent c09f2e7 commit e5d3ae4

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.2.17-beta-5",
3+
"version": "1.2.17-beta-6",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Common/SegmentedBarChart/SegmentedBarChart.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ const SegmentedBarChart: React.FC<SegmentedBarChartProps> = ({
4545

4646
const renderContent = (entity: Entity) => {
4747
if (entity.proportionalValue) {
48-
if (entity.value === 0) {
49-
return null
50-
}
51-
// render proportional value only if value count is present
5248
return (
5349
<>
5450
{renderValue(entity.proportionalValue, entity.label)}

0 commit comments

Comments
 (0)