- Fixes #3718 - intoduced by commit 4aee129cdc3cc9896e8dc0fdae248b3f83ab3977
@@ -1,5 +1,4 @@
import { DatePicker } from '/client/lib/datepicker';
-import moment from 'moment';
import Cards from '/models/cards';
Template.cardCustomFieldsPopup.helpers({
@@ -1,4 +1,3 @@
Template.dateBadge.helpers({
@@ -1,5 +1,3 @@
-
// Helper function to replace HH with H for 24 hours format, because H allows also single-digit hours
function adjustedTimeFormat() {
return moment