diff --git a/frontend/src/components/admin/AuditLogTab.vue b/frontend/src/components/admin/AuditLogTab.vue index 31054cb..fd80418 100644 --- a/frontend/src/components/admin/AuditLogTab.vue +++ b/frontend/src/components/admin/AuditLogTab.vue @@ -92,7 +92,7 @@ class="border-b border-gray-100 hover:bg-gray-50 transition-colors" > {{ formatTimestamp(entry.created_at) }} - {{ entry.user_handle || entry.user_id || '—' }} + {{ entry.user_handle ? '@' + entry.user_handle : (entry.user_id || '—') }} Loading…
- {{ error }} - +

{{ error }}

+
+ + Go to Settings + + +