diff --git a/src/lib/components/BullBearSay.svelte b/src/lib/components/BullBearSay.svelte index 0cabba22..89ccdcbd 100644 --- a/src/lib/components/BullBearSay.svelte +++ b/src/lib/components/BullBearSay.svelte @@ -52,7 +52,7 @@
{rawData?.bullSays}
- {:else if data?.user?.tier === "Pro"} + {:else if activeIdx === 1 && data?.user?.tier === "Pro"}{rawData?.bearSays}
- {:else} -+ {rawData?.bullSays?.slice(0, 150) + "..."} + + Unlock content with + Pro Subscription + +
+ {:else if activeIdx === 1 && data?.user?.tier !== "Pro"} ++ {rawData?.bearSays?.slice(0, 150) + "..."} + + Unlock content with + Pro Subscription + +
{/if}