You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isDate(date) ? (date.getTime()>0 ? TimeSinceRelativeRenderer(date) : CellOrangeNever) : CellOrangeNever;// The isDate check is a workaround, for some reason if the input data is undefined, it will be transformed to a empty object and throws an error when trying to access getTime().
137
+
isDate(date) ? TimeSinceRelativeRenderer(date) : CellOrangeNever;// The isDate check is a workaround, for some reason if the input data is undefined, it will be transformed to a empty object and throws an error when trying to access getTime().
0 commit comments