This commit is contained in:
MuslemRahimi 2025-01-05 15:02:18 +01:00
parent 3e28f0ea72
commit 3150504bab

View File

@ -586,6 +586,9 @@
{item?.option_type === "C" ? "Call" : "Put"} {item?.option_type === "C" ? "Call" : "Put"}
</span> </span>
<label <label
on:click={() => handleViewData(item)}
on:mouseover={() =>
getContractHistory(item?.option_symbol)}
class="cursor-pointer text-[#04D9FF] sm:hover:text-white sm:hover:underline sm:hover:underline-offset-4" class="cursor-pointer text-[#04D9FF] sm:hover:text-white sm:hover:underline sm:hover:underline-offset-4"
> >
{item?.strike_price} {item?.strike_price}