add datetable cnfcnpj
This commit is contained in:
@@ -206,14 +206,17 @@ function Course({
|
||||
<li className="flex gap-1.5">
|
||||
<span
|
||||
className={cn({
|
||||
'line-through text-muted-foreground': custom_pricing
|
||||
'line-through text-muted-foreground': custom_pricing,
|
||||
'font-bold': !custom_pricing
|
||||
})}
|
||||
>
|
||||
{currency.format(metadata__unit_price)}
|
||||
</span>
|
||||
|
||||
{custom_pricing && (
|
||||
<span>{currency.format(custom_pricing)}</span>
|
||||
<span className="font-bold">
|
||||
{currency.format(custom_pricing)}
|
||||
</span>
|
||||
)}
|
||||
</li>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user