Merge pull request #35 from dderbentsov/UC-11

WIP Исправила конфликты, изменила интервал
This commit is contained in:
Daria Golova
2022-10-14 19:34:07 +03:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -19,3 +19,4 @@
--btn-red-color: #ff6f6f
--time-indicator-color: #E93131
--br-grey-color: #D3D4DC
--time-indicator-color: #e93131

View File

@@ -33,7 +33,7 @@ export default {
name: "Захарова А.О.",
avatar: teamMemberAvatar,
},
currentTime: moment().format("HH:mm:ss"),
currentTime: "",
hoursArray: [],
timer: null,
};
@@ -54,7 +54,7 @@ export default {
this.timer = setInterval(() => {
this.changeCurrentTime();
this.changeHoursArray();
}, 5000);
}, 30000);
}
},
changeCurrentTime() {