Hotfix code replace error (#403)
This commit is contained in:
parent
3b6cc5ba65
commit
74077a0501
1 changed files with 1 additions and 4 deletions
|
|
@ -363,10 +363,7 @@ const GridRep = ({ party, loading, onClick, onSave }: Props) => {
|
||||||
if (summon && gridSummon) {
|
if (summon && gridSummon) {
|
||||||
// Change the image based on the uncap level
|
// Change the image based on the uncap level
|
||||||
let suffix = ''
|
let suffix = ''
|
||||||
if (
|
if (gridSummon.transcendence_step >= 1 && gridSummon.uncap_level == 6) {
|
||||||
<gridSummon className="object uncap transc"></gridSummon> &&
|
|
||||||
gridSummon.uncap_level == 6
|
|
||||||
) {
|
|
||||||
if (
|
if (
|
||||||
gridSummon.transcendence_step >= 1 &&
|
gridSummon.transcendence_step >= 1 &&
|
||||||
gridSummon.transcendence_step < 5
|
gridSummon.transcendence_step < 5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue