Заменил в разделе "Обзор" кнопку "Техническое обслуживание" (которая пока никуда не ведет) на "Видео"

This commit is contained in:
Первов Артем
2026-07-05 07:50:06 +03:00
parent 5a81a9b78b
commit 772ba60647
2 changed files with 7 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ export function EdgeDetailPage() {
latestUpdatedAt={latestUpdatedAt}
onOpenArchive={() => navigate(`${edgePath}/archive`)}
onOpenIndicators={() => navigate(`${edgePath}/indicators`)}
onOpenVideo={() => navigate(`${edgePath}/video`)}
/>
</EdgePageLayout>
);