diff --git a/src/components/Skill/index.js b/src/components/Skill/index.js index c199983..6adeec5 100644 --- a/src/components/Skill/index.js +++ b/src/components/Skill/index.js @@ -29,7 +29,7 @@ export default function Skill ({ const isAugment = [ SKILLS.AUGMENT_CHEVRON, SKILLS.AUGMENT_DIAMOND, - SKILLS.ACTION_SKILL, + //SKILLS.ACTION_SKILL, ].includes(type); let shapeStyle = null; if (type === SKILLS.AUGMENT_CHEVRON) { shapeStyle = style.chevron; }