This commit is contained in:
parent
d025ab2d33
commit
cd307c3297
@ -116,7 +116,7 @@ const updatePlans = () => {
|
|||||||
// First map all plans using the standard logic
|
// First map all plans using the standard logic
|
||||||
const allMappedPlans = mapPlans(rawPlansList.value)
|
const allMappedPlans = mapPlans(rawPlansList.value)
|
||||||
|
|
||||||
if (isTrial.value && allMappedPlans.length > 0) {
|
if (isTrial.value && allMappedPlans.length > 4) {
|
||||||
// Extract the last item as the trial plan (based on user requirement)
|
// Extract the last item as the trial plan (based on user requirement)
|
||||||
const trial = allMappedPlans.pop()
|
const trial = allMappedPlans.pop()
|
||||||
if (trial) {
|
if (trial) {
|
||||||
@ -395,7 +395,6 @@ function handleStatusClose() {
|
|||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.tracking-tight {
|
.tracking-tight {
|
||||||
|
|
||||||
font-family: 'Inter', 'PingFang SC', sans-serif;
|
font-family: 'Inter', 'PingFang SC', sans-serif;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user