فهرست منبع

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