From 8606280080b8679e6723d151eb2323e1977bba80 Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 20 May 2020 17:44:04 +1000 Subject: [PATCH] add key for SessioNotificationCount component --- ts/components/session/LeftPaneSectionHeader.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts/components/session/LeftPaneSectionHeader.tsx b/ts/components/session/LeftPaneSectionHeader.tsx index 6a8d60bd6..54e8171b8 100644 --- a/ts/components/session/LeftPaneSectionHeader.tsx +++ b/ts/components/session/LeftPaneSectionHeader.tsx @@ -105,6 +105,7 @@ export class LeftPaneSectionHeader extends React.Component { count={notificationCount} size={NotificationCountSize.ON_HEADER} onClick={this.props.buttonClicked} + key='notification-count' // we can only have one of those here /> ); @@ -114,6 +115,7 @@ export class LeftPaneSectionHeader extends React.Component { count={notificationCount} size={NotificationCountSize.ON_HEADER} onClick={this.props.buttonClicked} + key='notification-count' // we can only have one of those here /> ); }