Fix bug with new return value for swimlane colorClass()

This commit is contained in:
John R. Supplee 2021-01-04 22:04:24 +02:00
parent 89c68d1987
commit 0497d38c1d
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
template(name="swimlaneHeader")
.swimlane-header-wrap.js-swimlane-header(class='{{#if colorClass}}swimlane-{{colorClass}}{{/if}}')
.swimlane-header-wrap.js-swimlane-header(class=colorClass)
if this.isTemplateContainer
+swimlaneFixedHeader(this)
else