Browse Source

Remove duplicate - from negative production trends

Neal Wilson 6 years ago
parent
commit
74516b5523
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/Windows/navigation.xml

+ 1
- 1
config/Windows/navigation.xml View File

@@ -781,7 +781,7 @@
781 781
             if(difference > 0) {
782 782
                 retval = "+";
783 783
             } else if(difference < 0) {
784
-                retval = "-";
784
+                retval = "";
785 785
             }
786 786
             retval += ((difference/Number(previous)) * 100).toFixed(1);
787 787
             retval += "%";

Loading…
Cancel
Save