Skip to content
Snippets Groups Projects
Commit ef75a377 authored by Julia Friesel's avatar Julia Friesel
Browse files

Fix typo / bug

parent 25018a35
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ export default class Mucus extends Component {
render() {
const mucusFeeling = [
{ label: labels.feeling.categories[0], stateKey: ''},
{ label: labels.feeling.categories[0], value: 0 },
{ label: labels.feeling.categories[1], value: 1 },
{ label: labels.feeling.categories[2], value: 2 },
{ label: labels.feeling.categories[3], value: 3 }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment