<EmptyStateWrapper
            notEmpty={this.props.genericPoints.length > 0}
            graphic={EmptyStateGraphic.points}
            title={t("No points yet.")}
            text={Content.NO_POINTS}