Adds new set of labels for chosing intensity of a tracking category

This commit is contained in:
emelko
2018-08-03 13:28:10 +02:00
parent e42d25a087
commit 8e56fc0b23
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import {
import RadioForm from 'react-native-simple-radio-button'
import styles from '../../../styles'
import { saveSymptom } from '../../../db'
import { positionOrIntensity as labels } from '../labels/labels'
import { intensity as labels } from '../labels/labels'
export default class Desire extends Component {
constructor(props) {