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"} + ))}