krl-alfred 1.71.4 → 1.71.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -26,8 +26,8 @@ var ActionButton = function (props) {
|
|
|
26
26
|
var _c = (0, react_1.useState)(0), hours = _c[0], setHours = _c[1];
|
|
27
27
|
//const [secounds,setSecounds] = useState(0);
|
|
28
28
|
var deadline = new Date(props.date).getTime();
|
|
29
|
-
var now = new Date().getTime();
|
|
30
29
|
var count = function () {
|
|
30
|
+
var now = new Date().getTime();
|
|
31
31
|
var duration = (0, date_fns_1.intervalToDuration)({
|
|
32
32
|
start: deadline,
|
|
33
33
|
end: now
|