Commit 6ce15eee authored by Fatih Acet's avatar Fatih Acet

Use triple dashes for the empty value in cycle analytics.

parent 75272518
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
}); });
data.stats.forEach((item) => { data.stats.forEach((item) => {
item.value = item.value || '-'; item.value = item.value || '- - -';
}) })
return data; return data;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment