|
@@ -173,6 +173,7 @@ const priceByPeriod = (p) => {
|
|
|
return p[key] ? formatCurrency(p[key]) : t('search_page.no_price');
|
|
return p[key] ? formatCurrency(p[key]) : t('search_page.no_price');
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
+// eslint-disable-next-line no-unused-vars
|
|
|
const formatDistance = (distance) => {
|
|
const formatDistance = (distance) => {
|
|
|
if (distance === null || distance === undefined || distance === '') return '—';
|
|
if (distance === null || distance === undefined || distance === '') return '—';
|
|
|
|
|
|