Something got replaced that shouldn't have

This commit is contained in:
Justin Edmund 2024-01-15 14:21:47 -08:00
parent 3b6cc5ba65
commit 3efe8424a0

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