It looks like you're new here. If you want to get involved, click one of these buttons!
<button data-kite='XXX'
data-exchange='NSE'
data-tradingsymbol={`${stock.symbol}`}
data-transaction_type='BUY'
data-quantity='1'
data-order_type='LIMIT'
data-price={`${stock.currentPrice}`}>BUY</button>
I don't understand what is wrong with this...