0 Reviews
{
const tab = document.getElementById('tab-reviews.tab');
if (tab) {
clearInterval(interval);
tab.scrollIntoView({ behavior: 'smooth' });
tab.click();
} else if (++attempts >= maxAttempts) {
clearInterval(interval);
console.warn('Review tab not found');
}
}, 300);
"
>
Add Your Review