diff --git a/frontend/src/page/people/recognized.vue b/frontend/src/page/people/recognized.vue index 621da1811..ac595dc9f 100644 --- a/frontend/src/page/people/recognized.vue +++ b/frontend/src/page/people/recognized.vue @@ -675,8 +675,7 @@ export default { this.$notify.info(this.$gettextInterpolate(this.$gettext("%{n} people found"), {n: this.results.length})); } } else { - this.$notify.info(this.$gettext('More than 20 people found')); - + // this.$notify.info(this.$gettext('More than 20 people found')); this.$nextTick(() => { if (this.$root.$el.clientHeight <= window.document.documentElement.clientHeight + 300) { this.$emit("scrollRefresh");