fix: pass platform prop to GroupBadge in GroupSelector for consistent colors

chore: bump version to 0.1.76.2
This commit is contained in:
erio
2026-02-09 14:11:41 +08:00
parent bc4a044337
commit 64f60d15b0
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
0.1.76.1
0.1.76.2

View File

@@ -22,6 +22,7 @@
/>
<GroupBadge
:name="group.name"
:platform="group.platform"
:subscription-type="group.subscription_type"
:rate-multiplier="group.rate_multiplier"
class="min-w-0 flex-1"