Skip to content

Commit b6bf980

Browse files
authored
Merge pull request #34 from vikadata/fix/fix-widget-chart-build
fix: fix chart build issue
2 parents 1e37fc1 + 4615fb0 commit b6bf980

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/utils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,5 @@ export const safeParseNumberOrTextWithSeparator = (num : number | string | undef
108108
minimumFractionDigits: precision,
109109
maximumFractionDigits: precision
110110
});
111+
}
111112
};

0 commit comments

Comments
 (0)