Hotfix code replace error (#403)

This commit is contained in:
Justin Edmund 2024-01-15 14:22:13 -08:00 committed by GitHub
parent 3b6cc5ba65
commit 74077a0501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -363,10 +363,7 @@ const GridRep = ({ party, loading, onClick, onSave }: Props) => {
if (summon && gridSummon) {
// Change the image based on the uncap level
let suffix = ''
if (
<gridSummon className="object uncap transc"></gridSummon> &&
gridSummon.uncap_level == 6
) {
if (gridSummon.transcendence_step >= 1 && gridSummon.uncap_level == 6) {
if (
gridSummon.transcendence_step >= 1 &&
gridSummon.transcendence_step < 5