Преглед на файлове

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