Merge branch 'master' into DID-13

This commit is contained in:
DuCay
2022-08-24 17:21:00 +03:00
committed by GitHub
5 changed files with 262 additions and 172 deletions

View File

@@ -166,7 +166,6 @@ const Profile = observer (() => {
};
const addDataParameters = () => {
console.log(addedValues)
const label = addedValues.label.toLowerCase().split(' ').join('');
if(labelMap[label])
addedValues.key = addedValues.label.toLowerCase().split(' ').join('');