ui fix
This commit is contained in:
parent
0565112d8f
commit
f70e2ef1b6
@ -51,6 +51,7 @@
|
|||||||
rawAnalystList?.length > 5 ? rawAnalystList?.slice(-6) : rawAnalystList;
|
rawAnalystList?.length > 5 ? rawAnalystList?.slice(-6) : rawAnalystList;
|
||||||
const categories = ["Strong Buy", "Buy", "Hold", "Sell", "Strong Sell"];
|
const categories = ["Strong Buy", "Buy", "Hold", "Sell", "Strong Sell"];
|
||||||
|
|
||||||
|
console.log(rawAnalystList);
|
||||||
function findIndex(data) {
|
function findIndex(data) {
|
||||||
const currentYear = new Date().getFullYear();
|
const currentYear = new Date().getFullYear();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user