"frontend/src/git@web.lueluesay.top:chenxi/sub2api.git" did not exist on "4bbf71b7da8e12c28c6ddaadefc0b1676e6c3ab1"
Commit 470b37be authored by erio's avatar erio
Browse files

fix: pass platform prop to GroupBadge in GroupSelector

GroupBadge in GroupSelector was missing the platform prop, causing all
group badges in account edit/detail pages to use fallback colors instead
of platform-specific colors (e.g. Claude=orange, Gemini=blue).
parent 51572b5d
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
/> />
<GroupBadge <GroupBadge
:name="group.name" :name="group.name"
:platform="group.platform"
:subscription-type="group.subscription_type" :subscription-type="group.subscription_type"
:rate-multiplier="group.rate_multiplier" :rate-multiplier="group.rate_multiplier"
class="min-w-0 flex-1" class="min-w-0 flex-1"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment