diff --git a/components/Home.js b/components/Home.js
index af02576..7baea96 100644
--- a/components/Home.js
+++ b/components/Home.js
@@ -76,6 +76,8 @@ const Home = ({ navigate, setDate }) => {
{prediction}
)}
+
+ {!isFertilityTrackingEnabled && }
@@ -114,6 +116,9 @@ const styles = StyleSheet.create({
color: 'white',
fontSize: Sizes.subtitle,
},
+ largePadding: {
+ padding: Spacing.large,
+ },
})
Home.propTypes = {