- 0DTE to Wendy's
+ 0DTE Options Flow
@@ -536,13 +536,13 @@ const debouncedHandleInput = debounce(handleInput, 200);
{#each optionList as item,index}
- assetSelector(item?.ticker, item?.assetType)} class="w-full bg-[#0F0F0F] border-b-[#0F0F0F] cursor-pointer {index+1 === optionList?.length && data?.user?.tier !== 'Pro' ? 'opacity-[0.1]' : ''}">
+
assetSelector(item?.ticker, item?.assetType)} class="w-full odd:bg-[#202020] cursor-pointer {index+1 === optionList?.length && data?.user?.tier !== 'Pro' ? 'opacity-[0.1]' : ''}">
|
{item?.time}
|
-
+ |
{item?.ticker}
|
@@ -550,8 +550,8 @@ const debouncedHandleInput = debounce(handleInput, 200);
{item?.strike_price}
-
- {item?.sentiment}
+ |
+ {item?.put_call}
|
|