This commit is contained in:
MuslemRahimi 2024-11-23 15:33:53 +01:00
parent 0565112d8f
commit f70e2ef1b6

View File

@ -51,6 +51,7 @@
rawAnalystList?.length > 5 ? rawAnalystList?.slice(-6) : rawAnalystList;
const categories = ["Strong Buy", "Buy", "Hold", "Sell", "Strong Sell"];
console.log(rawAnalystList);
function findIndex(data) {
const currentYear = new Date().getFullYear();