From ef75a377d0af29b7071124708d40ad1b167178bd Mon Sep 17 00:00:00 2001
From: Julia Friesel <julia.friesel@gmail.com>
Date: Mon, 3 Sep 2018 13:54:52 +0200
Subject: [PATCH] Fix typo / bug

---
 components/cycle-day/symptoms/mucus.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/cycle-day/symptoms/mucus.js b/components/cycle-day/symptoms/mucus.js
index ef730f73..6257c7c8 100644
--- a/components/cycle-day/symptoms/mucus.js
+++ b/components/cycle-day/symptoms/mucus.js
@@ -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 }
-- 
GitLab