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 /> ); }