We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0302c commit 9dc3c36Copy full SHA for 9dc3c36
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