import React from 'react'; import stringCount from 'misago/utils/string-count'; export default class extends React.Component { getClassName() { if (this.props.copy && this.props.copy.length) { if (stringCount(this.props.copy, '; /* jshint ignore:end */ } else { return null; } } }