diff --git a/src/app/modules/library/personal-library/personal-library.component.html b/src/app/modules/library/personal-library/personal-library.component.html
index 1776cbbbf72..aa1cd4eabdc 100644
--- a/src/app/modules/library/personal-library/personal-library.component.html
+++ b/src/app/modules/library/personal-library/personal-library.component.html
@@ -26,7 +26,7 @@
0"
[showArchive]="!showArchivedView"
- [projects]="filteredProjects"
+ [projects]="selectedProjects()"
(archiveActionEvent)="refreshProjects()"
>
diff --git a/src/app/teacher/archive-projects-button/archive-projects-button.component.html b/src/app/teacher/archive-projects-button/archive-projects-button.component.html
index fb37ea5a7fc..4e83787faf5 100644
--- a/src/app/teacher/archive-projects-button/archive-projects-button.component.html
+++ b/src/app/teacher/archive-projects-button/archive-projects-button.component.html
@@ -1,7 +1,7 @@