lgtm
This commit is contained in:
parent
a9e5a8ad96
commit
8708bf000d
45 changed files with 434 additions and 436 deletions
|
|
@ -166,7 +166,7 @@ export function TravelTimeCard({
|
|||
</div>
|
||||
{filterImpact != null && filterImpact > 0 && (
|
||||
<p className="text-[10px] text-warm-400 dark:text-warm-500 -mt-1 ml-2.5">
|
||||
{t('filters.withoutThisFilter', { value: formatNumber(filterImpact) })}
|
||||
{t('filters.filtersOut', { value: formatNumber(filterImpact) })}
|
||||
</p>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue