浏览代码

- Fix lint warning: EditCardDate is assigned a value but never used no-unused-vars

Thanks to xet7 !
Lauri Ojansivu 7 年之前
父节点
当前提交
dd324aa581
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/components/cards/cardDate.js

+ 1 - 1
client/components/cards/cardDate.js

@@ -1,5 +1,5 @@
 // Edit received, start, due & end dates
-const EditCardDate = BlazeComponent.extendComponent({
+BlazeComponent.extendComponent({
   template() {
     return 'editCardDate';
   },