{this.props.detail.type}
+{`Type: ${this.props.detail.type}`}
+{`Confidence: ${this.props.detail.confidence}`}
+{`When: ${this.props.detail.date}, ${this.props.detail.time}`}
+{`Where: ${this.props.detail.lat} degrees N, and ${this.props.detail.lng} degrees E`}
+{`${this.props.detail.desc}`}
+