Skip to content

Commit

Permalink
[#257] Fix search by commodity track event
Browse files Browse the repository at this point in the history
  • Loading branch information
wayangalihpratama committed Aug 27, 2024
1 parent 9ee2b75 commit e895be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/explore-studies/ExploreStudiesPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ const ExploreStudiesPage = () => {
"Search by Commodity",
1,
{
dimension6: searchedCommodity ? searchedCommodity.label : country,
dimension6: searchedCommodity ? searchedCommodity.label : commodity,
}
);
}
Expand Down

0 comments on commit e895be2

Please # to comment.