diff --git a/src/component/contacts/Contacts.js b/src/component/contacts/Contacts.js index d896698..b920d46 100644 --- a/src/component/contacts/Contacts.js +++ b/src/component/contacts/Contacts.js @@ -47,7 +47,7 @@ export default function Contacts() { if (id == "0") { filteredConData = contactsData; } else { - filteredConData = contactsData.filter((item) => item.category == `A00000${id}`); + filteredConData = contactsData.filter((item) => item.category == id); } setFiltererdContactData(filteredConData); changeActiveUID(filteredConData[0]?.uid); @@ -87,7 +87,7 @@ export default function Contacts() {
Messages will appear here as soon as they are available for selection
+ }Loading...
+{error.message}
+| # | */} +Date | + +Subscription | +Amount | +
|---|---|---|---|
| {Number(item?.id).toString().padStart(6,'0')} | ++ {externalUrl} - {item?.description} + | + +{statusText} | +
+
+
+
+ |
+ No record found | + } + +
Questions about the Net Earnings number? Click here
*/} -