diff --git a/frontend/src/components/TopicCard/Links.js b/frontend/src/components/TopicCard/Links.js index 23e6cfe1..7683bae2 100644 --- a/frontend/src/components/TopicCard/Links.js +++ b/frontend/src/components/TopicCard/Links.js @@ -70,6 +70,12 @@ class Links extends Component { return output } + handleMetacodeBarClick = () => { + if (this.state.showMetacodeTitle) { + this.setState({ showMetacodeSelect: !this.state.showMetacodeSelect }) + } + } + render = () => { const { topic, ActiveMapper } = this.props const authorizedToEdit = topic.authorizeToEdit(ActiveMapper) @@ -80,7 +86,7 @@ class Links extends Component {