From 69ac1ccce9b36c54ff8a68a55be2deadd47f8e08 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 6 Aug 2024 16:21:58 +0100 Subject: [PATCH] Fix missing aria identifiers for the Extensions tab Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/views/right_panel/ExtensionsCard.tsx | 9 ++++++++- src/components/views/right_panel/RightPanelTabs.tsx | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/components/views/right_panel/ExtensionsCard.tsx b/src/components/views/right_panel/ExtensionsCard.tsx index 22ea8bad99f..3fa0fe960db 100644 --- a/src/components/views/right_panel/ExtensionsCard.tsx +++ b/src/components/views/right_panel/ExtensionsCard.tsx @@ -205,7 +205,14 @@ const ExtensionsCard: React.FC = ({ room, onClose }) => { } return ( - + {body} ); diff --git a/src/components/views/right_panel/RightPanelTabs.tsx b/src/components/views/right_panel/RightPanelTabs.tsx index 300856e28fd..a8b68aa7adc 100644 --- a/src/components/views/right_panel/RightPanelTabs.tsx +++ b/src/components/views/right_panel/RightPanelTabs.tsx @@ -98,7 +98,7 @@ export const RightPanelTabs: React.FC = ({ phase, room }): JSX.Element | !isVideoRoom && shouldShowComponent(UIComponent.AddIntegrations) && ( { RightPanelStore.instance.pushCard({ phase: RightPanelPhases.Extensions }, true);