renderStatus (notification, link) {
    const { intl, unread, status } = this.props;

    if (!status) {
      return null;