From 4dc2279d68ed68e56e77614ab258abe1f59344ad Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 25 Mar 2024 06:01:51 -0400 Subject: [PATCH] Used the wrong key (#413) character.uncap.transcendence doesn't exist! Co-authored-by: Justin Edmund <383021+jedmund@users.noreply.github.com> --- components/character/CharacterResult/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/character/CharacterResult/index.tsx b/components/character/CharacterResult/index.tsx index ef4dd572..deb2deab 100644 --- a/components/character/CharacterResult/index.tsx +++ b/components/character/CharacterResult/index.tsx @@ -39,7 +39,7 @@ const CharacterResult = (props: Props) => { type="character" flb={character.uncap.flb} ulb={character.uncap.ulb} - transcendence={character.uncap.transcendence} + transcendence={character.uncap.ulb} transcendenceStage={5} special={character.special} />