Skip to content

Commit 9dc3c36

Browse files
committed
Fix on-prem falg
1 parent dd0302c commit 9dc3c36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/services/currentOrgService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function currentOrg(
3636

3737
org.isBillingVisible = function () {
3838
// Hide when onPrem or when FF is on
39-
return !(keypather.get(org, 'poppa.isOnPrem') || featureFlags.flags.hideBilling);
39+
return !(keypather.get(org, 'poppa.attrs.isOnPrem') || featureFlags.flags.hideBilling);
4040
};
4141

4242
return org;

0 commit comments

Comments
 (0)