We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd0302c + 9dc3c36 commit 1fe0aa2Copy full SHA for 1fe0aa2
1 file changed
client/services/currentOrgService.js
@@ -36,7 +36,7 @@ function currentOrg(
36
37
org.isBillingVisible = function () {
38
// Hide when onPrem or when FF is on
39
- return !(keypather.get(org, 'poppa.isOnPrem') || featureFlags.flags.hideBilling);
+ return !(keypather.get(org, 'poppa.attrs.isOnPrem') || featureFlags.flags.hideBilling);
40
};
41
42
return org;
0 commit comments