From c5353fad360dc5d1906d12f01c891f8cc2f230d7 Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Tue, 19 Mar 2024 09:36:06 +0100 Subject: [PATCH] [MM-55994] Fix nbsp in group list modal (#25588) --- .../team_groups_manage_modal/team_groups_manage_modal.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/channels/src/components/team_groups_manage_modal/team_groups_manage_modal.tsx b/webapp/channels/src/components/team_groups_manage_modal/team_groups_manage_modal.tsx index 414c75219d..bf15512abe 100644 --- a/webapp/channels/src/components/team_groups_manage_modal/team_groups_manage_modal.tsx +++ b/webapp/channels/src/components/team_groups_manage_modal/team_groups_manage_modal.tsx @@ -13,6 +13,7 @@ import type {ActionResult} from 'mattermost-redux/types/actions'; import AddGroupsToTeamModal from 'components/add_groups_to_team_modal'; import ConfirmModal from 'components/confirm_modal'; +import Nbsp from 'components/html_entities/nbsp'; import ListModal, {DEFAULT_NUM_PER_PAGE} from 'components/list_modal'; import DropdownIcon from 'components/widgets/icons/fa_dropdown_icon'; import Menu from 'components/widgets/menu/menu'; @@ -128,7 +129,7 @@ class TeamGroupsManageModal extends React.PureComponent { height='32' />
-
{item.display_name} {'-'} {' '} +
{item.display_name} {'-'}