getLabelBack()

in static-site/app/js/Card.js [25:27]


    getLabelBack() {
        return {__html: this.state.view === 'question' ? this.props.question.question : this.props.question.answer};
    }