From 5aeac397a12d5d1c36b27e4796672d5639b7f36a Mon Sep 17 00:00:00 2001 From: bartool Date: Thu, 23 Oct 2025 19:07:19 +0200 Subject: [PATCH] update user name display to use attendance store --- frontend/src/components/HoursSummary.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/HoursSummary.vue b/frontend/src/components/HoursSummary.vue index d21c434..65f4fdf 100644 --- a/frontend/src/components/HoursSummary.vue +++ b/frontend/src/components/HoursSummary.vue @@ -15,7 +15,7 @@ {{ formatHours(Math.abs(props.overtime_hours)) }}
-

Marcin Nowak

+

{{ attendanceStore.employee }}

WYLOGUJ
@@ -60,9 +60,11 @@