Răsfoiți Sursa

Fix prettier.

Lauri Ojansivu 5 ani în urmă
părinte
comite
83f81f4586
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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',