dev #9

Merged
RizqiSyahrendra merged 10 commits from dev into main 2025-04-23 11:00:57 +00:00
Showing only changes of commit dcaf38e382 - Show all commits

View File

@ -155,7 +155,7 @@ export async function fetchPropertyDetail({ slug }: FetchPropertyDetailParams) {
);
const formattedBasePrice = formatCurrency(data.base_price);
let additionalPrice: { name: string; price: string }[] = [];
const additionalPrice: { name: string; price: string }[] = [];
let totalPrice = 0;
if (Array.isArray(data.additional_price)) {
for (const p of data.additional_price) {