mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-08-09 12:38:18 -05:00
Add cast to string to fix chart. [skip ci]
This commit is contained in:
Vendored
+1
@@ -31,6 +31,7 @@
|
||||
*/
|
||||
function formatLabel(str, maxwidth) {
|
||||
var sections = [];
|
||||
str = String(str);
|
||||
var words = str.split(" ");
|
||||
var temp = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user