invest page
This commit is contained in:
@ -290,7 +290,7 @@ onMounted(async () => {
|
||||
[classItem.split("_").length - 1].toLowerCase();
|
||||
|
||||
mapStore.customersList.forEach(
|
||||
(item) => item === code && (element.style.fill = "var(--color-bg-block)")
|
||||
(item) => item === code && (element.style.fill = "var(--color-block)")
|
||||
);
|
||||
|
||||
mapStore.partnersList.forEach(
|
||||
|
Reference in New Issue
Block a user