Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Fonseca <tiagoapolo@gmail.com>
  • Loading branch information
tiagoapolo committed Dec 19, 2024
1 parent bc95ee5 commit ebb2211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/pages/OrganisationSettingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const OrganisationSettingsPage = class extends Component {
...[
SettingsTab.General,
paymentsEnabled && !isAWS ? SettingsTab.Billing : null,
isEnterprise && !isSaas === false
isEnterprise && isSaas === false
? SettingsTab.Licensing
: null,
SettingsTab.Keys,
Expand Down

0 comments on commit ebb2211

Please sign in to comment.