We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2262f63 commit 819e846Copy full SHA for 819e846
frontend/src/modules/organization/components/organization-identities.vue
@@ -12,11 +12,12 @@
12
:platform="platform"
13
:username-handles="getHandlesByPlatform(platform)"
14
:links="getUrlsByPlatform(platform)"
15
- :track-event-name="getPlatformDetails(platform).trackEventName"
16
- :track-event-channel="getPlatformDetails(platform).trackEventChannel"
17
- :tooltip-label="getPlatformDetails(platform).tooltipLabel"
+ :track-event-name="getPlatformDetails(platform)?.trackEventName"
+ :track-event-channel="getPlatformDetails(platform)?.trackEventChannel"
+ :tooltip-label="getPlatformDetails(platform)?.tooltipLabel"
18
:show-handles-badge="true"
19
:as-link="true"
20
+ custom-platform-icon-class="ri-community-fill"
21
/>
22
</div>
23
0 commit comments