Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: remove custom LoRA from subscription benefits display
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
  • Loading branch information
luke-mino-altherr and claude committed Dec 11, 2025
commit 11e6866e0345b9b87e5fc18d73bbae7cbeb4e810
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
]
}

Expand Down
Loading