diff --git a/src/components/ConstructorPage/useNavigation.tsx b/src/components/ConstructorPage/useNavigation.tsx index 7112464..f675dd1 100644 --- a/src/components/ConstructorPage/useNavigation.tsx +++ b/src/components/ConstructorPage/useNavigation.tsx @@ -67,13 +67,13 @@ export const useNavigation = ( }, renderNavigation: () => ( ), - logo, + logo: {...logo, icon: logo.icon ?? ''}, }), [navigationData, navigationTocData, mobileControlsData, logo], );