Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-17 03:12:39 +00:00
co-authored by renee-png
parent aab0c77fc9
commit 3364f77c4c
+1 -1
View File
@@ -26,7 +26,7 @@ import { useBubbleCounts } from "@/lib/use-bubble-counts";
import { NotificationBell } from "@/components/notifications/notification-bell";
import { DateCalculator } from "@/components/date-calculator";
import { HeaderTimer } from "@/components/timer/header-timer";
import { QuickAdd } from "@/components/quick-add/quick-add";
import { QuickAddTime, QuickAddExpense } from "@/components/quick-add/quick-add";
function initials(name: string, email: string) {
const src = (name || email || "").trim();