From cb101a631f9d39970b9be919502bff957ddf383d Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Wed, 6 Jan 2016 12:19:29 -0800 Subject: [PATCH] Fix title for panel This fixes hover object Object issue --- common/app/routes/Hikes/components/Hike.jsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/common/app/routes/Hikes/components/Hike.jsx b/common/app/routes/Hikes/components/Hike.jsx index 7edb724a92..900f930dfb 100644 --- a/common/app/routes/Hikes/components/Hike.jsx +++ b/common/app/routes/Hikes/components/Hike.jsx @@ -29,14 +29,15 @@ export default React.createClass({ showQuestions } = this.props; - const videoTitle =

{ title }

; + const videoTitle =

{ title }

; return ( + header={ videoTitle } + title={ title }> { this.renderBody(showQuestions) }