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