diff --git a/src/views/Profile/ProfileInfo/data.tsx b/src/views/Profile/ProfileInfo/data.tsx index d43f353..50d0bf1 100644 --- a/src/views/Profile/ProfileInfo/data.tsx +++ b/src/views/Profile/ProfileInfo/data.tsx @@ -34,7 +34,7 @@ import LinkWithImage from './LinkWithImage.tsx' export const userInfoItems = [ { label: 'Возраст', - value: '18' + value: new Date().getFullYear() - 2005 }, { label: 'Город',