Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Multiple Bug fixes #216

Merged
merged 10 commits into from
Nov 6, 2017
Prev Previous commit
Next Next commit
PLT-7985 - Fixing more unreads indicator text
  • Loading branch information
asaadmahmood committed Oct 30, 2017
commit 70a6a930af4b1e9c50ad4e50ccef3ce6d31edb06
4 changes: 2 additions & 2 deletions components/sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -943,14 +943,14 @@ export default class Sidebar extends React.Component {
show={this.state.showTopUnread}
onClick={this.scrollToFirstUnreadChannel}
extraClass='nav-pills__unread-indicator-top'
text={above}
content={above}
/>
<UnreadChannelIndicator
name='Bottom'
show={this.state.showBottomUnread}
onClick={this.scrollToLastUnreadChannel}
extraClass='nav-pills__unread-indicator-bottom'
text={below}
content={below}
/>

<div
Expand Down