diff --git a/components/cycle-day/symptoms/action-button-footer.js b/components/cycle-day/symptoms/action-button-footer.js index 35360ba..c70fca3 100644 --- a/components/cycle-day/symptoms/action-button-footer.js +++ b/components/cycle-day/symptoms/action-button-footer.js @@ -48,7 +48,12 @@ export default class ActionButtonFooter extends Component { const textStyle = [styles.menuText] if (disabledCondition) textStyle.push(styles.menuTextInActive) const iconStyle = disabledCondition ? - Object.assign({}, iconStyles.menuIcon, iconStyles.menuIconInactive) : + Object.assign( + {}, + iconStyles.menuIcon, + iconStyles.menuIconInactive + ) + : iconStyles.menuIcon return ( diff --git a/components/header.js b/components/header.js index b99ed15..e147cca 100644 --- a/components/header.js +++ b/components/header.js @@ -14,7 +14,10 @@ export default class Header extends Component { return ( this.props.isCycleDayOverView ? - +