Skip to content

Commit ef81023

Browse files
brhealdrew-gross
authored andcommitted
fix misspelling (#497)
Anonymous function parameter 'column' misspelling
1 parent 5b301f3 commit ef81023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ export default class Browser extends DashboardView {
692692
if (className[0] === '_' && DefaultColumns[className]) {
693693
untouchable = untouchable.concat(DefaultColumns[className]);
694694
}
695-
columns = columns.filter((column) => untouchable.indexOf(colum.name) === -1);
695+
columns = columns.filter((column) => untouchable.indexOf(column.name) === -1);
696696
}
697697
return columns;
698698
}

0 commit comments

Comments
 (0)