diff --git a/.aidigestignore b/.aidigestignore new file mode 100644 index 00000000..d661954f --- /dev/null +++ b/.aidigestignore @@ -0,0 +1,5 @@ +public/images +public/labels +public/profiles +tsconfig.tsbuildinfo +*.log diff --git a/.gitignore b/.gitignore index c88bf684..d174bcfa 100644 --- a/.gitignore +++ b/.gitignore @@ -86,3 +86,4 @@ typings/ # DS_Store .DS_Store *.tsbuildinfo +codebase.md 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) => {