소스 검색

Fix lint.

Lauri Ojansivu 5 년 전
부모
커밋
3718dd4d45
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      client/components/boards/boardsList.js

+ 1 - 1
client/components/boards/boardsList.js

@@ -72,7 +72,7 @@ BlazeComponent.extendComponent({
 
     // Disable drag-dropping if the current user is not a board member or is comment only
     this.autorun(() => {
-     if (Utils.isMiniScreen()) {
+      if (Utils.isMiniScreen()) {
         $boards.sortable({
           handle: '.board-handle',
         });