class CardAlert extends React.Component { render(){ return this.props.show ?
{this.props.message}
: ''; } }