add key for SessioNotificationCount component

pull/1137/head
Audric Ackermann 5 years ago
parent 7c87519048
commit 8606280080
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -105,6 +105,7 @@ export class LeftPaneSectionHeader extends React.Component<Props, State> {
count={notificationCount} count={notificationCount}
size={NotificationCountSize.ON_HEADER} size={NotificationCountSize.ON_HEADER}
onClick={this.props.buttonClicked} onClick={this.props.buttonClicked}
key='notification-count' // we can only have one of those here
/> />
</div> </div>
); );
@ -114,6 +115,7 @@ export class LeftPaneSectionHeader extends React.Component<Props, State> {
count={notificationCount} count={notificationCount}
size={NotificationCountSize.ON_HEADER} size={NotificationCountSize.ON_HEADER}
onClick={this.props.buttonClicked} onClick={this.props.buttonClicked}
key='notification-count' // we can only have one of those here
/> />
); );
} }

Loading…
Cancel
Save