From 1cccdcc4d19e5bfbb237867f10b37ce4fad7a9ab Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 5 Jun 2017 20:09:29 -0400 Subject: build --- client/src/lib/views/information.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/lib/views/information.js') diff --git a/client/src/lib/views/information.js b/client/src/lib/views/information.js index 20b0929..c9a6c77 100644 --- a/client/src/lib/views/information.js +++ b/client/src/lib/views/information.js @@ -59,6 +59,8 @@ export default class Information extends Component { const content = this.props.content const essays = this.props.essays.sort( (a,b) => { return a.__index < b.__index ? -1 : a.__index === b.__index ? 0 : 1 + }).filter( (essay) => { + return ! essay.disabled }).map( (essay, i) => { return ( this.showEssay(essay)}> -- cgit v1.2.3-70-g09d2