From b0e9d23cf3ad7318db14347dd596256fba97ec0b Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sun, 29 Dec 2024 23:40:54 +0100 Subject: [PATCH] ui fix --- src/routes/pricing/+page.svelte | 44 +++++++++++++++++++ .../stocks/[tickerID]/dark-pool/+page.svelte | 15 ++++--- 2 files changed, 54 insertions(+), 5 deletions(-) diff --git a/src/routes/pricing/+page.svelte b/src/routes/pricing/+page.svelte index 0f9c23f5..8944ab2f 100644 --- a/src/routes/pricing/+page.svelte +++ b/src/routes/pricing/+page.svelte @@ -810,6 +810,50 @@ > + + +
+
Unusual Dark Pool Activity
+
+ + + + + + + + {/if} - {#if hottestTrades?.length > 0} - - {/if} - {#if historicalDarkPool?.length > 0} - + {#if data?.user?.tier === "Pro"} + {#if hottestTrades?.length > 0} + + {/if} + {#if historicalDarkPool?.length > 0} + + {/if} + {:else} + {/if} {:else}