7383-testToMaster #370

Merged
alexm merged 365 commits from 7383-testToMaster into master 2024-05-14 05:46:56 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 835174612c - Show all commits

View File

@ -64,7 +64,7 @@ const worker = computed(() => arrayData.store?.data);
const isHr = computed(() => hasAny(['hr']));
const isHimSelf = computed(() => user.value.id === route.params.id);
const isHimSelf = computed(() => user.value.id == route.params.id);
const columns = computed(() => {
return weekdayStore.getLocales?.map((day, index) => {