diff --git a/frontend/src/pages/explore-studies/ExploreStudiesPage.js b/frontend/src/pages/explore-studies/ExploreStudiesPage.js index 0ba9424c..ca90c07d 100644 --- a/frontend/src/pages/explore-studies/ExploreStudiesPage.js +++ b/frontend/src/pages/explore-studies/ExploreStudiesPage.js @@ -363,7 +363,7 @@ const ExploreStudiesPage = () => { "Search by Commodity", 1, { - dimension6: searchedCommodity ? searchedCommodity.label : country, + dimension6: searchedCommodity ? searchedCommodity.label : commodity, } ); }