{
activeTab = 'second';
setTimeout(() => {
let commentsTag = document.getElementById('comments');
if (commentsTag) {
commentsTag.scrollIntoView({ behavior: 'smooth' });
}
}, 100);
}">
Email
