Skip to content

Commit 2040a64

Browse files
committed
non npe
Signed-off-by: Daniel Valdivia <[email protected]>
1 parent ce7e654 commit 2040a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portal-ui/src/screens/Console/Common/TableWrapper/TableWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ const calculateColumnRest = (
326326
) => {
327327
let colsItems = [...columns];
328328

329-
if (columnsSelector && column.elementKey) {
329+
if (columnsSelector) {
330330
colsItems = columns.filter((column) =>
331331
columnsShown.includes(column.elementKey!)
332332
);

0 commit comments

Comments
 (0)