Skip to content

Commit

Permalink
fix(ui): bug displaying view all notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Mar 5, 2019
1 parent 1693421 commit 61e4bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/containers/Topbar/notificationsDropdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class NotificationsDropdownPartial extends React.Component {
</a>
}
footerComponent={
<div className={'uk-text-center'}>
<div className={'uk-text-center' + (this.notifications.length < 1 ? ' hide' : '')}>
<a className={'no-ajaxy hoverUnderline'} onClick={this.props.onViewAllNotificationsClick}>
View All Notifications
</a>
Expand Down

0 comments on commit 61e4bca

Please sign in to comment.