avoided user groups
This commit is contained in:
@@ -2352,7 +2352,7 @@ function wholeRender(initialData) {
|
||||
favTags.push(el.textContent.trim().replace('×', '').trim());
|
||||
});
|
||||
|
||||
const personData = { name, age, weight, height, gender, avoided: forbTags, favorite: favTags };
|
||||
const personData = { name, age, weight, height, gender, avoid: forbTags, favorite: favTags };
|
||||
if (editingIndex !== null) {
|
||||
people[editingIndex] = personData;
|
||||
editingIndex = null;
|
||||
|
||||
Reference in New Issue
Block a user