diff --git a/components/Home.js b/components/Home.js
index 7baea96..4729f47 100644
--- a/components/Home.js
+++ b/components/Home.js
@@ -51,6 +51,7 @@ const Home = ({ navigate, setDate }) => {
>
{moment().format('MMM Do YYYY')}
+ {/* display if at least 1 bleeding day has been entered */}
{cycleDayNumber && (
{cycleDayText}
@@ -59,6 +60,8 @@ const Home = ({ navigate, setDate }) => {
)}
+
+ {/* display if fertility tracking enabled and if phase 1, 2 or 3 has been identified */}
{isFertilityTrackingEnabled && phase && (
@@ -71,6 +74,7 @@ const Home = ({ navigate, setDate }) => {
)}
+
{isPeriodPredictionEnabled && (
{prediction}