From 472a3b3de6a3121c901067f40aab1dc377475537 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 29 Aug 2016 08:24:03 +0200 Subject: Updated JS libraries. --- src/web/js/components/RightPanel.react.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/web/js/components/RightPanel.react.js') diff --git a/src/web/js/components/RightPanel.react.js b/src/web/js/components/RightPanel.react.js index 6322144f..eeb2c149 100644 --- a/src/web/js/components/RightPanel.react.js +++ b/src/web/js/components/RightPanel.react.js @@ -245,7 +245,10 @@ var Feed = React.createClass({ rows.push(
Filters
); for(var i in this.state.obj.filters) { rows.push(
- When {this.state.obj.filters[i]['action on']} on "{this.state.obj.filters[i].pattern}" ({this.state.obj.filters[i].type}) => {this.state.obj.filters[i].action} + When {this.state.obj.filters[i]['action on']} + on "{this.state.obj.filters[i].pattern}" + ({this.state.obj.filters[i].type}) + "=" {this.state.obj.filters[i].action}
); } return
{rows}
; -- cgit