We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec6a97 commit 2b56859Copy full SHA for 2b56859
1 file changed
projects/social_platform/src/app/office/features/info-card/info-card.component.html
@@ -171,7 +171,8 @@
171
</div>
172
} }
173
174
- } @else if (type === 'members') { @if (leaderId !== info?.userId) {
+ } @else if (type === 'members') { @if (leaderId === loggedUserId && loggedUserId !==
175
+ info?.userId) {
176
<div class="card__info--program">
177
<app-button
178
customTypographyClass="text-body-6"
0 commit comments