bugfixing
This commit is contained in:
parent
525fb0bf2c
commit
20f756a33a
@ -506,11 +506,11 @@
|
||||
? "< 0.01%"
|
||||
: topHolders?.toFixed(2) + "%"}</span
|
||||
>
|
||||
of the {$displayCompanyName}.
|
||||
of the {$displayCompanyName}
|
||||
</span>
|
||||
{/if}
|
||||
|
||||
<div class="flex justify-end items-end ml-auto w-fit">
|
||||
<div class="flex justify-end items-end ml-auto w-fit mt-5">
|
||||
<DownloadData
|
||||
{data}
|
||||
rawData={shareholderList}
|
||||
|
||||
@ -226,7 +226,8 @@
|
||||
class="relative inline-flex rounded-full h-2 w-2 {subscriptionData?.status_formatted ===
|
||||
'Active' ||
|
||||
subscriptionData?.status_formatted === 'Paid' ||
|
||||
subscriptionData?.status_formatted === 'On Trial'
|
||||
subscriptionData?.status_formatted === 'On Trial' ||
|
||||
data?.user?.freeTrial === true
|
||||
? 'bg-[#00FC50]'
|
||||
: 'bg-[#FF3131]'}"
|
||||
></span>
|
||||
@ -269,6 +270,8 @@
|
||||
<span class="text-[1rem]">
|
||||
{#if subscriptionData?.first_order_item?.product_name === "Pro Subscription (Life Time Access)"}
|
||||
Lifetime Access
|
||||
{:else if data?.user?.freeTrial === true}
|
||||
Pro Subscription (Free Trial)
|
||||
{:else}
|
||||
{["Active", "Paid", "Cancelled"]?.includes(
|
||||
subscriptionData?.status_formatted,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user