Adds linter rule for no multi spaces

This commit is contained in:
Sofiya Tepikin
2020-02-16 12:37:19 +01:00
parent 856f6216ee
commit d054187485
7 changed files with 14 additions and 11 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ const IconText = ({ children, wrapperStyles }) => {
)
}
const HomeElement = ({ children, onPress, buttonColor, buttonLabel }) => {
const HomeElement = ({ children, onPress, buttonColor, buttonLabel }) => {
return (
<View
onPress={ onPress }
@@ -228,4 +228,4 @@ function getBleedingPredictionRange(prediction) {
return labels.unknown
}
return (daysToEnd === 0 ? '0' : `0 - ${daysToEnd}`)
}
}