From 83f81f45860f79dadd600842c7b43e85fe94f018 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 1 Oct 2019 01:05:02 +0300 Subject: [PATCH] Fix prettier. --- client/components/swimlanes/swimlanes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/swimlanes/swimlanes.js b/client/components/swimlanes/swimlanes.js index 54bead313..1f4a882b4 100644 --- a/client/components/swimlanes/swimlanes.js +++ b/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',