diff --git a/client/src/views/record/list.js b/client/src/views/record/list.js index 305909e65f..7e3e301c87 100644 --- a/client/src/views/record/list.js +++ b/client/src/views/record/list.js @@ -1994,7 +1994,7 @@ class ListRecordView extends View { }); } - if (this.pagination && this.$el.find('> .list').length) { + if (this.pagination && this.$el.find('.list-buttons-container').length) { this.initStickyBar(); } }