renderHeader() {
    const { page, header } = this.props;
    if (!header) {
      return null;
    }