fix: total lines style

This commit is contained in:
Ahmed Bouhuolia
2024-12-04 15:24:58 +02:00
parent 5a5eac246b
commit 38f2004e56
4 changed files with 44 additions and 18 deletions

View File

@@ -13,7 +13,6 @@ export default function EstimateFromCurrencyTag() {
if (!isForeignCustomer) {
return null;
}
return (
<BaseCurrencyRoot>
<BaseCurrency currency={selectCustomer?.currency_code} />