lib/site/topic-layout/topic-article/poll/component.js
Function render
has 54 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
render () {
if (this.props.user.state.pending) return null
const { user, topic } = this.props
const { results, changingVote, selected } = this.state