mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-11 01:32:16 +01:00
Enable npm workspaces and update dependencies
This commit is contained in:
@@ -41,7 +41,7 @@ export function useTimeEntriesInfiniteQuery() {
|
||||
if (!lastPage?.data || lastPage.data.length === 0) {
|
||||
return undefined;
|
||||
}
|
||||
const latestTimeEntry = lastPage.data[lastPage.data.length - 1];
|
||||
const latestTimeEntry = lastPage.data[lastPage.data.length - 1]!;
|
||||
return dayjs(latestTimeEntry.start).utc().format();
|
||||
},
|
||||
enabled: computed(() => !!organizationId.value),
|
||||
|
||||
Reference in New Issue
Block a user