WIP Добавил обновление дополнительной информации
This commit is contained in:
@@ -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 : "",
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user