diff --git a/static/js/TopicPage.jsx b/static/js/TopicPage.jsx index cd59b77707..4b1a7502f0 100644 --- a/static/js/TopicPage.jsx +++ b/static/js/TopicPage.jsx @@ -642,7 +642,7 @@ const TopicPage = ({ } } else { sidebar = ( -
+
+ return
@@ -804,14 +804,12 @@ const TopicPageTab = ({ const TopicLink = ({topic, topicTitle, onClick, isTransliteration, isCategory}) => ( -
- - - -
+ + + ); TopicLink.propTypes = { topic: PropTypes.string.isRequired,