Browse Source

Fix lint errors.

Lauri Ojansivu 8 năm trước cách đây
mục cha
commit
f0cc185a47
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      client/components/lists/listHeader.js

+ 1 - 1
client/components/lists/listHeader.js

@@ -40,7 +40,7 @@ Template.listActionPopup.events({
     const listDom = document.getElementById(`js-list-${this._id}`);
     const listComponent = BlazeComponent.getComponentForElement(listDom);
     listComponent.openForm({
-      position: 'top'
+      position: 'top',
     });
     Popup.close();
   },