Browse Source

Fix prettier.

Lauri Ojansivu 5 năm trước cách đây
mục cha
commit
83f81f4586
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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',