From 78aba4e9d735f2d69388d587eca745b928089fc4 Mon Sep 17 00:00:00 2001 From: John Darragh Date: Tue, 17 Sep 2024 13:27:36 -0700 Subject: [PATCH] TextPopup - unique values from projets, not sortedProjects --- client/src/components/Projects/ProjectsPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Projects/ProjectsPage.js b/client/src/components/Projects/ProjectsPage.js index 580dd057..f616cabf 100644 --- a/client/src/components/Projects/ProjectsPage.js +++ b/client/src/components/Projects/ProjectsPage.js @@ -742,7 +742,7 @@ const ProjectsPage = ({ contentContainerRef }) => { p[property])) + ...new Set(projects.map(p => p[property])) ] .filter(value => value !== null) .sort()}