import React from "react" export default class extends React.Component { getHelpText() { if (this.props.helpText) { return
{this.props.helpText}
{this.props.message}