Skip to content

Commit

Permalink
Fix issue with module ID not being defined
Browse files Browse the repository at this point in the history
  • Loading branch information
DFreds committed Jun 5, 2023
1 parent 3f356f7 commit 27e388e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/app/effects-panel-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default class EffectsPanelController {
Constants.CE_MODULE_ID
)?.active;
const flagDescription = hasConvenientEffects
? effect.getFlag(CE_MODULE_ID, 'description')
? effect.getFlag(Constants.CE_MODULE_ID, 'description')
: '';
const legacyDescription = effect.flags.convenientDescription;

Expand Down

0 comments on commit 27e388e

Please sign in to comment.