Skip to content

Commit

Permalink
Updated logical for hasPatternFlyEnum var
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye committed Apr 11, 2024
1 parent 426cb91 commit 3cb6c45
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports = {
drawerColorVariantEnumImport &&
drawerColorVariantEnumImport.local.name;
const hasPatternFlyEnum =
colorVariantValue &&
colorVariantValue.object &&
colorVariantValue.object.name === drawerColorVariantLocalName;
const hasNoBackgroundValue = colorVariantValue.property
Expand Down

0 comments on commit 3cb6c45

Please sign in to comment.