Skip to content

Commit

Permalink
Update app2.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hagaryavin authored Dec 25, 2024
1 parent 8967aaa commit 3493cc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app2.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ function getData() {
if (newPerson.chain === "") {
if (ele.chaintwo !== "") newPerson.chain = ele.chaintwo;
if (ele.chainthree !== "") newPerson.chain = ele.chainthree;
if (ele.chainfour !== "") newPerson.chain = ele.chainfour;
}
if (ele.fixedchain !== "") newPerson.chain = ele.fixedchain;
newPerson.chain = fixChain(newPerson.chain);
Expand Down

0 comments on commit 3493cc9

Please sign in to comment.