Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed Mar 19, 2020
1 parent 35d97ee commit e0df5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/toolbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function getFullToolbar(col: Column, ctx: IRankingHeaderContext) {
return cache.get(col.desc.type)!;
}

let keys = getAllToolbarActions(col);
const keys = getAllToolbarActions(col);

if (!col.fixed) {
keys.push('remove');
Expand Down

0 comments on commit e0df5fc

Please sign in to comment.