From 75ea7c7299526e0232ecebecaa66c7ac7915eabe Mon Sep 17 00:00:00 2001 From: Viktoriia Krasnovyd <114735598+vkrasnovyd@users.noreply.github.com> Date: Wed, 18 Sep 2024 08:41:05 +0200 Subject: [PATCH] Replace span with the relevant os-class (#4134) --- .../participant-detail-view.component.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/app/site/pages/meetings/pages/participants/pages/participant-detail/components/participant-detail-view/participant-detail-view.component.html b/client/src/app/site/pages/meetings/pages/participants/pages/participant-detail/components/participant-detail-view/participant-detail-view.component.html index 7633203746..f4a1d90bd2 100644 --- a/client/src/app/site/pages/meetings/pages/participants/pages/participant-detail/components/participant-detail-view/participant-detail-view.component.html +++ b/client/src/app/site/pages/meetings/pages/participants/pages/participant-detail/components/participant-detail-view/participant-detail-view.component.html @@ -263,7 +263,9 @@

{{ 'Voting right delegated to (proxy)' | translate }}

@if (showVoteDelegations && user!.vote_delegations_from().length > 0) {

{{ 'Voting right received from (principals)' | translate }}

- {{ user!.vote_delegations_from() }} + + {{ voteDelegationsFrom }} +
}