DmitrMakeev commited on
Commit
7a65e40
·
verified ·
1 Parent(s): 541e943

Update ns_info.html

Browse files
Files changed (1) hide show
  1. 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 id_phone = collection.find(item => item.title === "phone")?.id || "Не найдено";
113
- let id_name = collection.find(item => item.title === "name")?.id || "Не найдено";
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">