Skip to content

Commit c88fc99

Browse files
fix: remove custom LoRA from subscription benefits display (#7396)
## Summary Removes custom LoRA feature from subscription benefits display for standard and founder tiers. ## Changes - **What**: Removed `customLoRAs` benefit entry from `BENEFITS_BY_TIER` for standard and founder tiers ## Review Focus - Verify custom LoRA feature is completely removed from subscription UI Related to #7391 Co-authored-by: Claude <[email protected]>
1 parent 3dd805a commit c88fc99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/platform/cloud/subscription/components/SubscriptionPanel.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,7 @@ const BENEFITS_BY_TIER: Record<
417417
{ key: 'monthlyCredits', type: 'metric' },
418418
{ key: 'maxDuration', type: 'metric' },
419419
{ key: 'gpu', type: 'feature' },
420-
{ key: 'addCredits', type: 'feature' },
421-
{ key: 'customLoRAs', type: 'feature' }
420+
{ key: 'addCredits', type: 'feature' }
422421
]
423422
}
424423

0 commit comments

Comments
 (0)