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