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:
parent
ff89638787
commit
0b1ceb9c0b
@ -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>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user