浏览代码

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',
         });