WIP Добавил обновление дополнительной информации

This commit is contained in:
DwCay
2023-05-02 19:14:36 +03:00
parent 4b4fa45e9c
commit eb76007da1
5 changed files with 87 additions and 37 deletions

View File

@@ -48,7 +48,8 @@ export function getConfidantObject(data) {
},
networks,
note: {
value: data.note ? data.note.join("") : "",
id: data?.note[0]?.id,
value: data?.note.length ? data?.note[0].description : "",
},
};
}