We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f996404 commit 0c51787Copy full SHA for 0c51787
1 file changed
app/services/sheets/public-row-transform.js
@@ -112,9 +112,9 @@ export default function publicRownTrasnform(sheet) {
112
let bgColor = null;
113
114
if (severeSignificant === 'significant') {
115
- bgColor = 'red';
116
- } else if (severeSignificant === 'not significant') {
117
bgColor = 'green';
+ } else if (severeSignificant === 'not significant') {
+ bgColor = 'red';
118
}
119
120
return {
@@ -179,9 +179,9 @@ export default function publicRownTrasnform(sheet) {
179
180
181
if (fatalitySignificant === 'significant') {
182
183
- } else if (fatalitySignificant === 'not significant') {
184
+ } else if (fatalitySignificant === 'not significant') {
185
186
187
0 commit comments