Browse Source

Fix prettier.

Lauri Ojansivu 5 years ago
parent
commit
83f81f4586
1 changed files with 2 additions and 2 deletions
  1. 2 2
      client/components/swimlanes/swimlanes.js

+ 2 - 2
client/components/swimlanes/swimlanes.js

@@ -105,12 +105,12 @@ function initSortable(boardComponent, $listsDom) {
       $listsDom.sortable({
         handle: '.js-list-handle',
       });
-    };
+    }
     if (!Utils.isMiniScreen && showDesktopDragHandles) {
       $listsDom.sortable({
         handle: '.js-list-header',
       });
-    };
+    }
     if ($listDom.data('sortable')) {
       $listsDom.sortable(
         'option',