Skip to content

Commit

Permalink
refactor: unnecessary negation
Browse files Browse the repository at this point in the history
  • Loading branch information
sshanzel committed Jun 30, 2022
1 parent c67a625 commit 0bc4aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/lib/featureManagement.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export class Features {

static readonly CompanionPermissionPlacement = new Features(
'companion_permission_placement',
'off',
'header',
['off', 'header', 'sidebar'],
);

Expand Down

0 comments on commit 0bc4aa2

Please sign in to comment.