7336_devToTest #354

Merged
alexm merged 359 commits from 7336_devToTest into test 2024-05-07 06:34:00 +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) => {