diff --git a/client/components/cards/cardDate.js b/client/components/cards/cardDate.js index 02ea09ae0..b0f2baa38 100644 --- a/client/components/cards/cardDate.js +++ b/client/components/cards/cardDate.js @@ -1,5 +1,5 @@ // Edit received, start, due & end dates -const EditCardDate = BlazeComponent.extendComponent({ +BlazeComponent.extendComponent({ template() { return 'editCardDate'; },