bug fixed

This commit is contained in:
Samandar Turgunboyev
2026-02-25 13:36:58 +05:00
parent 9f8a41ea7b
commit a2be8ef125

View File

@@ -42,7 +42,7 @@ const Profile = () => {
const renderContent = () => { const renderContent = () => {
switch (activeSection) { switch (activeSection) {
case 'support': case 'support':
router.push('https://t.me/web_app_0515_bot'); router.push('https://t.me/gastrohubbot');
default: default:
return <HistoryTabs />; return <HistoryTabs />;