Skip to content

Commit f5ca27c

Browse files
authored
lint
Signed-off-by: Manuel <[email protected]>
1 parent 57f6772 commit f5ca27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/Data/Browser/BrowserTable.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export default class BrowserTable extends React.Component {
122122
let editor = null;
123123
let table = <div ref={this.tableRef} />;
124124
if (this.props.data) {
125-
let rowWidth = this.props.order.reduce(
125+
const rowWidth = this.props.order.reduce(
126126
(rowWidth, { visible, width }) => (visible ? rowWidth + width : rowWidth),
127127
this.props.onAddRow ? 210 : 0
128128
) + 30;

0 commit comments

Comments
 (0)