diff --git a/pkg/interface/link/src/js/components/links-list.js b/pkg/interface/link/src/js/components/links-list.js index 7ac33a4f1d..54913dc327 100644 --- a/pkg/interface/link/src/js/components/links-list.js +++ b/pkg/interface/link/src/js/components/links-list.js @@ -13,7 +13,6 @@ import { makeRoutePath, getContactDetails } from '../lib/util'; export class Links extends Component { constructor(props) { super(props); - this.markAllAsSeen = this.markAllAsSeen.bind(this); } componentDidMount() { @@ -30,10 +29,6 @@ export class Links extends Component { } } - markAllAsSeen() { - api.seenLink(this.props.resourcePath); - } - render() { let props = this.props; @@ -121,11 +116,6 @@ export class Links extends Component {
- - mark all as seen - {LinkList}

Collection Settings

+

Mark all links as read

+

Mark all links in this collection as read.

+ this.markAllAsSeen}> + Mark all as read + {this.renderRemove()} {this.renderDelete()} {this.renderMetadataSettings()}