diff --git a/index.html b/index.html
index 7881077..5ee5666 100644
--- a/index.html
+++ b/index.html
@@ -178,8 +178,9 @@
lastThreeMonths.unshift(item);
}
})
- renderBillingDom(nearlyWeek)
-
+ setTimeout(() => {
+ renderBillingDom(nearlyWeek)
+ }, 500)
}
})
function renderBillingDom(arr) {