diff --git a/app/institutions/dashboard/-components/object-list/component.ts b/app/institutions/dashboard/-components/object-list/component.ts index 8a27082b632..35c308a169f 100644 --- a/app/institutions/dashboard/-components/object-list/component.ts +++ b/app/institutions/dashboard/-components/object-list/component.ts @@ -88,6 +88,7 @@ export default class InstitutionalObjectList extends Component @tracked prevPageCursor?: string; get showFirstPageOption() { - return this.prevPageCursor !== this.firstPageCursor; + return this.hasPrevPage && this.prevPageCursor !== this.firstPageCursor; } get hasNextPage() {