From 11e6866e0345b9b87e5fc18d73bbae7cbeb4e810 Mon Sep 17 00:00:00 2001 From: Luke Mino-Altherr Date: Thu, 11 Dec 2025 15:54:05 -0800 Subject: [PATCH] fix: remove custom LoRA from subscription benefits display MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../cloud/subscription/components/SubscriptionPanel.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/platform/cloud/subscription/components/SubscriptionPanel.vue b/src/platform/cloud/subscription/components/SubscriptionPanel.vue index 117fe63bc96..bf3306828dc 100644 --- a/src/platform/cloud/subscription/components/SubscriptionPanel.vue +++ b/src/platform/cloud/subscription/components/SubscriptionPanel.vue @@ -417,8 +417,7 @@ const BENEFITS_BY_TIER: Record< { key: 'monthlyCredits', type: 'metric' }, { key: 'maxDuration', type: 'metric' }, { key: 'gpu', type: 'feature' }, - { key: 'addCredits', type: 'feature' }, - { key: 'customLoRAs', type: 'feature' } + { key: 'addCredits', type: 'feature' } ] }