Unverified Commit 7d66f7ff authored by Wesley Liddick's avatar Wesley Liddick Committed by GitHub
Browse files

Merge pull request #527 from touwaeriol/fix/group-badge-platform-color

fix: pass platform prop to GroupBadge in GroupSelector
parents 51572b5d 470b37be
...@@ -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