0 ? `${containerHeight}px` : undefined,
diff --git a/src/components/domains/additional-purchases/VideoGuidesButton/VideoGuidesButton.tsx b/src/components/domains/additional-purchases/VideoGuidesButton/VideoGuidesButton.tsx
index fd5139a..d6b9a5a 100644
--- a/src/components/domains/additional-purchases/VideoGuidesButton/VideoGuidesButton.tsx
+++ b/src/components/domains/additional-purchases/VideoGuidesButton/VideoGuidesButton.tsx
@@ -25,7 +25,7 @@ export default function VideoGuidesButton() {
onSuccess: async () => {
// Устанавливаем флаг навигации чтобы заблокировать повторные нажатия
setIsNavigating(true);
-
+
// Переходим на следующую страницу или на главную
if (navigation.hasNext) {
await navigation.goToNext();
diff --git a/src/components/domains/additional-purchases/VideoGuidesPage/VideoGuidesPage.tsx b/src/components/domains/additional-purchases/VideoGuidesPage/VideoGuidesPage.tsx
index 338358f..14201e2 100644
--- a/src/components/domains/additional-purchases/VideoGuidesPage/VideoGuidesPage.tsx
+++ b/src/components/domains/additional-purchases/VideoGuidesPage/VideoGuidesPage.tsx
@@ -7,10 +7,10 @@ import {
AdditionalPurchaseBanner,
ProductSelectionProvider,
Progress,
+ useMultiPageNavigationContext,
VideoGuidesButton,
VideoGuidesOffers,
VideoGuidesOffersSkeleton,
- useMultiPageNavigationContext,
} from "@/components/domains/additional-purchases";
import { Typography } from "@/components/ui";
@@ -27,9 +27,9 @@ export default function VideoGuidesPage() {
return (
-
diff --git a/src/components/domains/dashboard/cards/VideoGuideCard/VideoGuideCard.tsx b/src/components/domains/dashboard/cards/VideoGuideCard/VideoGuideCard.tsx
index b0b5d00..1fe2fdb 100644
--- a/src/components/domains/dashboard/cards/VideoGuideCard/VideoGuideCard.tsx
+++ b/src/components/domains/dashboard/cards/VideoGuideCard/VideoGuideCard.tsx
@@ -101,7 +101,7 @@ export default function VideoGuideCard(props: VideoGuideCardProps) {