mirror of
https://github.com/docmost/docmost.git
synced 2025-11-13 04:42:37 +10:00
fix
This commit is contained in:
@ -20,13 +20,12 @@ export default function BillingTrial() {
|
||||
</Alert>
|
||||
)}
|
||||
|
||||
{trialDaysLeft === 0 ||
|
||||
(trialDaysLeft === null && !billing && (
|
||||
<Alert title="Your Trial has ended" color="red" radius="md">
|
||||
Your 7-day trial has come to an end. Please subscribe to a plan to
|
||||
continue using this service.
|
||||
</Alert>
|
||||
))}
|
||||
{trialDaysLeft === 0 && (
|
||||
<Alert title="Your Trial has ended" color="red" radius="md">
|
||||
Your 7-day trial has come to an end. Please subscribe to a plan to
|
||||
continue using this service.
|
||||
</Alert>
|
||||
)}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user