diff --git a/components/HovercardHeader/index.tsx b/components/HovercardHeader/index.tsx index 03266ab1..7af01f09 100644 --- a/components/HovercardHeader/index.tsx +++ b/components/HovercardHeader/index.tsx @@ -77,7 +77,7 @@ const HovercardHeader = ({ gridObject, object, type, ...props }: Props) => { ) { suffix = '_02' } else if ( - gridSummon.object.uncap.xlb && + gridSummon.object.uncap.transcendence && gridSummon.transcendence_step > 0 ) { suffix = '_03' diff --git a/components/extra/ExtraWeaponsGrid/index.tsx b/components/extra/ExtraWeaponsGrid/index.tsx index 00874b65..00b3ffbf 100644 --- a/components/extra/ExtraWeaponsGrid/index.tsx +++ b/components/extra/ExtraWeaponsGrid/index.tsx @@ -17,6 +17,7 @@ interface Props { removeWeapon: (id: string) => void updateObject: (object: SearchableObject, position: number) => void updateUncap: (id: string, position: number, uncap: number) => void + updateTranscendence: (id: string, position: number, stage: number) => void } // Constants @@ -29,6 +30,7 @@ const ExtraWeaponsGrid = ({ removeWeapon, updateObject, updateUncap, + updateTranscendence, }: Props) => { return (