DmitrMakeev
commited on
Update ns_info.html
Browse files- ns_info.html +2 -2
ns_info.html
CHANGED
@@ -109,8 +109,8 @@
|
|
109 |
|
110 |
function displayResult(collection) {
|
111 |
let list_id = collection[0].list_id;
|
112 |
-
let
|
113 |
-
let
|
114 |
|
115 |
let tableHTML = `
|
116 |
<table class="result-table">
|
|
|
109 |
|
110 |
function displayResult(collection) {
|
111 |
let list_id = collection[0].list_id;
|
112 |
+
let phone_id = collection.find(item => item.title === "phone")?.id || "Не найдено";
|
113 |
+
let name_id = collection.find(item => item.title === "name")?.id || "Не найдено";
|
114 |
|
115 |
let tableHTML = `
|
116 |
<table class="result-table">
|