diff --git a/components/stock-card/index.js b/components/stock-card/index.js index 2a8a5f0..6405a3c 100644 --- a/components/stock-card/index.js +++ b/components/stock-card/index.js @@ -13,10 +13,10 @@ export const Card = ({ stock, operationType }) => { return (
{stock.name || stock.stockName}
-- {stock.price || stock.initialStockValue} 💲 -
{' '} Quantity : {stock.quantity}
+
+
+