diff --git a/app/views/LocationTracking.js b/app/views/LocationTracking.js index 8183257386..d241e161ee 100644 --- a/app/views/LocationTracking.js +++ b/app/views/LocationTracking.js @@ -420,14 +420,21 @@ class LocationTracking extends Component { translucent={true} /> {this.getPulseIfNeeded()} + - - {this.getMainText()} + + {this.state.currentState === StateEnum.AT_RISK && + this.getMainText()} {this.getSubSubText()} + + + {this.state.currentState !== StateEnum.AT_RISK && + this.getMainText()} {this.getSubText()} {this.getCTAIfNeeded()} +