diff --git a/components/reps/GridRep/index.tsx b/components/reps/GridRep/index.tsx index 217e30fa..be2ba250 100644 --- a/components/reps/GridRep/index.tsx +++ b/components/reps/GridRep/index.tsx @@ -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.uncap_level == 6 - ) { + if (gridSummon.transcendence_step >= 1 && gridSummon.uncap_level == 6) { if ( gridSummon.transcendence_step >= 1 && gridSummon.transcendence_step < 5