Преглед изворни кода

- 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
 // Edit received, start, due & end dates
-const EditCardDate = BlazeComponent.extendComponent({
+BlazeComponent.extendComponent({
   template() {
   template() {
     return 'editCardDate';
     return 'editCardDate';
   },
   },