Adds linter rule for no multi spaces
This commit is contained in:
+2
-2
@@ -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}`)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user