We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd70c4 commit aee68e8Copy full SHA for aee68e8
packages/app-degree-pages/src/core/services/degree-data-manager-service.js
@@ -78,8 +78,6 @@ function filterData({
78
// If the program is undergraduate, always include it.
79
if (program === "undergrad") return true;
80
81
- // If showing certificates is enabled and the program is graduate,
82
- // include it only if it's a minor or certificate.
83
if (showCerts === "true") {
84
return resolver.isMinorOrCertificate();
85
}
0 commit comments