export default props => {
  if (props.processing) {
    return <FormattedMessage id="processing" defaultMessage="Processing..." />;
  }