From 2c789c8b0e681fa81439e8ddc44b79d07c6bf4ba Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Tue, 26 Nov 2019 11:29:20 +1100 Subject: [PATCH] fix lint --- ts/components/LeftPane.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/components/LeftPane.tsx b/ts/components/LeftPane.tsx index b0e833662..71e67f027 100644 --- a/ts/components/LeftPane.tsx +++ b/ts/components/LeftPane.tsx @@ -237,7 +237,7 @@ export class LeftPane extends React.Component { rowHeight={64} rowRenderer={this.renderRow} width={width} - autoHeight + autoHeight={true} /> )}