From af820c0fbf8b5dfa761e18b051d4914f8c1b49bf Mon Sep 17 00:00:00 2001 From: DanielSPham <36108616+DanielSPham@users.noreply.github.com> Date: Fri, 11 Sep 2020 10:36:53 -0700 Subject: [PATCH] Fixed notification console screen reader issue (#193) * Fixed notification console screen reader issue * Added aria expanded Co-authored-by: Daniel Si Pham --- .../NotificationConsoleComponent.tsx | 13 ++++++++----- .../NotificationConsoleComponent.test.tsx.snap | 4 +++- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx b/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx index 37bf3fc9a..6a13b7713 100644 --- a/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx +++ b/src/Explorer/Menus/NotificationConsole/NotificationConsoleComponent.tsx @@ -130,11 +130,14 @@ export class NotificationConsoleComponent extends React.Component< {this.state.headerStatus} -
- {this.state.isExpanded +
+
collapse console