title pages and ...
This commit is contained in:
@@ -77,7 +77,7 @@ const ServiceHeader: FC<Props> = (props: Props) => {
|
||||
<div className='text-xs whitespace-nowrap flex gap-1 items-center'>
|
||||
<div className='flex gap-2'>
|
||||
{
|
||||
finalPrice !== price &&
|
||||
finalPrice !== price && !!price &&
|
||||
<div className='line-through text-xs text-description'>
|
||||
{NumberFormat(Number(price))}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user