1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

make lint happy

Signed-off-by: Roman <ixrock@gmail.com>
This commit is contained in:
Roman 2021-01-13 18:31:32 +02:00
parent ff89638787
commit 0b1ceb9c0b

View File

@ -501,8 +501,8 @@ export class ItemListLayout extends React.Component<ItemListLayoutProps> {
)} )}
{renderTableHeader.map((cellProps, index) => this.columnIsVisible(index) ? <TableCell key={index} {...cellProps} /> : null)} {renderTableHeader.map((cellProps, index) => this.columnIsVisible(index) ? <TableCell key={index} {...cellProps} /> : null)}
{renderItemMenu && <TableCell className="menu"> {renderItemMenu && <TableCell className="menu">
{this.canBeConfigured && this.renderColumnMenu()} {this.canBeConfigured && this.renderColumnMenu()}
</TableCell> </TableCell>
} }
</TableHead> </TableHead>
)} )}