Used the wrong key (#413)
character.uncap.transcendence doesn't exist! Co-authored-by: Justin Edmund <383021+jedmund@users.noreply.github.com>
This commit is contained in:
parent
ecbfd3ae7f
commit
4dc2279d68
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue