Skip to content

Commit

Permalink
added TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
dashalalala24 committed Aug 16, 2023
1 parent 40bc5b9 commit a31893a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/pages/about-us/sponsors/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@

// export default Sponsors;

// TODO: вернуть компонент и добавить возможность отображения раздела по условию из settings, которые будут приходить с бэкэнда

import { useRouter } from 'next/router';
import { useEffect } from 'react';

Expand Down
2 changes: 2 additions & 0 deletions src/pages/about-us/team/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@

// export default Team;

// TODO: вернуть компонент и добавить возможность отображения раздела по условию из settings, которые будут приходить с бэкэнда

import { useRouter } from 'next/router';
import { useEffect } from 'react';

Expand Down
2 changes: 1 addition & 1 deletion src/shared/constants/about-us-navigation-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const aboutUsNavigationItems = [
id: 'about-us',
text: 'Что мы делаем',
href: '/about-us'
},
}, // TODO: вернуть разделы и добавить возможность их отображения по условию из settings, которые будут приходить с бэкэнда
// {
// id: 'team',
// text: 'Организаторы',
Expand Down
2 changes: 1 addition & 1 deletion src/shared/constants/footer-navigation-items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const footerNavigationItems = [
{
text: 'О фестивале',
href: '/about-us',
},
},// TODO: вернуть раздел и добавить возможность его отображения по условию из settings, которые будут приходить с бэкэнда
// {
// text: 'Организаторы',
// href: '/about-us/team',
Expand Down

0 comments on commit a31893a

Please sign in to comment.