"Stockfight" is a simple frontend to compare stocks on the swedish stock market
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Default

+2 -2
+2 -2
pages/index.tsx
··· 47 47 .then(data => { 48 48 setStockA(compStockA); 49 49 setStockB(compStockB); 50 - setCompStockA(""); 51 - setCompStockB(""); 50 + setCompStockA("SAVE"); 51 + setCompStockB("AZA"); 52 52 setStockData(data); 53 53 }); 54 54 }