This commit is contained in:
parent
d025ab2d33
commit
cd307c3297
@ -116,7 +116,7 @@ const updatePlans = () => {
|
||||
// First map all plans using the standard logic
|
||||
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)
|
||||
const trial = allMappedPlans.pop()
|
||||
if (trial) {
|
||||
@ -395,7 +395,6 @@ function handleStatusClose() {
|
||||
|
||||
<style scoped>
|
||||
.tracking-tight {
|
||||
|
||||
font-family: 'Inter', 'PingFang SC', sans-serif;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user