From b0a47da72c5a6758b6a389897b88507babe51ac5 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Tue, 6 Nov 2018 15:29:47 +0100 Subject: [PATCH] fix lint --- src/components/structures/RightPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/RightPanel.js b/src/components/structures/RightPanel.js index 5aaa2a1c06..33c09e1b16 100644 --- a/src/components/structures/RightPanel.js +++ b/src/components/structures/RightPanel.js @@ -213,7 +213,7 @@ export default class RightPanel extends React.Component { const classes = classNames("mx_RightPanel", "mx_fadable", { "collapsed": this.props.collapsed, "mx_fadable_faded": this.props.disabled, - "dark-panel": true + "dark-panel": true, }); return (