Skip to content

Commit f22eb93

Browse files
author
brendlij
committed
fix: add comment to clarify initial load process in loadData function [build]
1 parent b72546b commit f22eb93

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/src/views/LabelView.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const currentDaySummary = computed(() => {
5454
async function loadData() {
5555
await store.fetchDays();
5656
await store.fetchStats();
57+
// Initialer Load - danach reagiert der watch
5758
await loadImages();
5859
}
5960

0 commit comments

Comments
 (0)