chaser-components
Advanced tools
Comparing version 0.3.5 to 0.3.6
@@ -681,3 +681,3 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } | ||
if (isProcessing) return "Updating..."; | ||
if (score === "NA") return "Not enough data"; | ||
if (score === "NA") return "NA"; | ||
if (score < 50) return "Poor"; | ||
@@ -684,0 +684,0 @@ if (score > 50 && score <= 80) return "Average"; |
@@ -677,3 +677,3 @@ import cx from 'classnames'; | ||
if (isProcessing) return "Updating..."; | ||
if (score === "NA") return "Not enough data"; | ||
if (score === "NA") return "NA"; | ||
if (score < 50) return "Poor"; | ||
@@ -680,0 +680,0 @@ if (score > 50 && score <= 80) return "Average"; |
{ | ||
"name": "chaser-components", | ||
"description": "Chaser HQ Component Library", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "module": "dist/index.modern.js", |
@@ -27,3 +27,3 @@ import cx from 'classnames'; | ||
if (isProcessing) return "Updating..." | ||
if (score === "NA") return "Not enough data"; | ||
if (score === "NA") return "NA"; | ||
if (score < 50) return "Poor"; | ||
@@ -30,0 +30,0 @@ if (score > 50 && score <= 80) return "Average"; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
356981