diff --git a/src/App.js b/src/App.js index 207b214..01f0bcb 100755 --- a/src/App.js +++ b/src/App.js @@ -296,7 +296,7 @@ function loadFace(id) { } const newIdentity = document.getElementById("new-identity"); - netIdentity.innerHTML = ""; + newIdentity.innerHTML = ""; newIdentity.appendChild(createNewIdentityEditor()); const face = faces[0];