Skip to content

Commit

Permalink
Use INVENTORY_APP_ID const
Browse files Browse the repository at this point in the history
  • Loading branch information
iblancof committed Oct 10, 2024
1 parent a7ff17b commit d880fb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class InventoryPlugin
from(pluginsStart.spaces.getActiveSpace()).pipe(
map(
(space) =>
space.disabledFeatures.includes('inventory') ||
space.disabledFeatures.includes(INVENTORY_APP_ID) ||
!coreStart.application.capabilities.inventory.show
)
)
Expand Down

0 comments on commit d880fb6

Please sign in to comment.