diff --git a/src/components/atoms/TypeLabel.tsx b/src/components/atoms/TypeLabel.tsx index 46396c61..363b191c 100644 --- a/src/components/atoms/TypeLabel.tsx +++ b/src/components/atoms/TypeLabel.tsx @@ -30,7 +30,7 @@ function isValidType(type: string): boolean { case 'biologic': case 'psychic': case 'quantum': - case 'imginary': + case 'imaginary': return true } return false