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