remove the label

This commit is contained in:
Christiaan Van den Poel 2017-12-17 21:07:29 +01:00
parent 169a8c3584
commit b7f59772b1

View file

@ -102,7 +102,6 @@ $(() => {
if (list.type === 'closed') {
list.position = Infinity;
list.label = { description: 'Shows all closed issues. Moving an issue to this list closes it' };
} else if (list.type === 'backlog') {
list.position = -1;
}