Skip to content

Commit

Permalink
Merge pull request #85 from WWWPiramalFinanceCOM/google/data-layer
Browse files Browse the repository at this point in the history
 branch locator open timing changes
  • Loading branch information
omprakashgupta1995 authored Jan 2, 2025
2 parents f68083e + 10ad333 commit 87f3bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/moredetailsaddress/moredetailsaddress.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function renderData() {
const currentDay = getDay();
setLocationObj.working?.forEach((element) => {
if (element.includes(currentDay)) {
document.querySelector(".address-timing p").innerText = `${element}`;
// document.querySelector(".address-timing p").innerText = `${element}`;
}
});
}
Expand Down

0 comments on commit 87f3bce

Please sign in to comment.