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} /> )}