Skip to content

Commit 45c3893

Browse files
committed
RM TODO
1 parent 5380886 commit 45c3893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-resources/geocml-server/portal/src/components/Recommendations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export function collectRecommendations(dispatch, wmsInfo) {
1111
}
1212
}
1313

14-
axios.get(`${process.env.REACT_APP_DRGON_HOST}/recommendations`, { // TODO: https://github.com/geoCML/geocml-base-deployment/issues/76
14+
axios.get(`${process.env.REACT_APP_DRGON_HOST}/recommendations`, {
1515
params: {
1616
"tags": tags.join(","),
1717
"limit": 10

0 commit comments

Comments
 (0)