diff --git a/components/character/CharacterHovercard/index.tsx b/components/character/CharacterHovercard/index.tsx index 3c01c0d3..1a9e6d55 100644 --- a/components/character/CharacterHovercard/index.tsx +++ b/components/character/CharacterHovercard/index.tsx @@ -65,7 +65,7 @@ const CharacterHovercard = (props: Props) => { } const overMasterySection = () => { - if (props.gridCharacter && props.gridCharacter.over_mastery) { + if (props.gridCharacter && props.gridCharacter.over_mastery.length > 0) { return (
@@ -73,14 +73,13 @@ const CharacterHovercard = (props: Props) => {