ui fix
This commit is contained in:
parent
d8edb418ce
commit
ab875ae9f4
@ -376,7 +376,7 @@ const transactionStyles = {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
{#if rawData?.length >= 20 && data?.user?.tier === 'Pro'}
|
{#if rawData?.length === insiderTradingList?.length}
|
||||||
<label on:click={backToTop} class="w-32 py-1.5 mt-10 hover:bg-white hover:bg-opacity-[0.05] cursor-pointer m-auto flex justify-center items-center border border-slate-800 rounded-full">
|
<label on:click={backToTop} class="w-32 py-1.5 mt-10 hover:bg-white hover:bg-opacity-[0.05] cursor-pointer m-auto flex justify-center items-center border border-slate-800 rounded-full">
|
||||||
Back to top
|
Back to top
|
||||||
</label>
|
</label>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user