From dbc02db9591fcad06f44e26b07aa748714cb5f20 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 15:47:29 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/timer/header-timer.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/timer/header-timer.tsx b/src/components/timer/header-timer.tsx index f789e0b..35c80d5 100644 --- a/src/components/timer/header-timer.tsx +++ b/src/components/timer/header-timer.tsx @@ -258,7 +258,10 @@ export function HeaderTimer() { {feeItems.map((f) => ( {f.name} - {formatCurrency(f.amount)}/hr + + {formatCurrency(f.amount)} + {f.pricing_type === "flat" ? " flat" : "/hr"} + ))}