Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
b37c52750c
commit
dbc02db959
@@ -258,7 +258,10 @@ export function HeaderTimer() {
|
||||
{feeItems.map((f) => (
|
||||
<SelectItem key={f.id} value={f.id}>
|
||||
<span className="mr-2">{f.name}</span>
|
||||
<span className="text-muted-foreground">{formatCurrency(f.amount)}/hr</span>
|
||||
<span className="text-muted-foreground">
|
||||
{formatCurrency(f.amount)}
|
||||
{f.pricing_type === "flat" ? " flat" : "/hr"}
|
||||
</span>
|
||||
</SelectItem>
|
||||
))}
|
||||
</SelectContent>
|
||||
|
||||
Reference in New Issue
Block a user