diff --git a/packages/kolibri-common/components/SidePanelModal/index.vue b/packages/kolibri-common/components/SidePanelModal/index.vue index 12cbe4fb579..6dfd0da30cd 100644 --- a/packages/kolibri-common/components/SidePanelModal/index.vue +++ b/packages/kolibri-common/components/SidePanelModal/index.vue @@ -77,18 +77,14 @@ Backdrop, }, mixins: [commonCoreStrings], - setup(_, { slots }) { + setup() { const { windowBreakpoint } = useKResponsiveWindow(); - const hasBottomNavigationSlot = () => { - return !!slots.bottomNavigation; - }; return { /* Will be calculated in mounted() as it will get the height of the fixedHeader then */ // @type {RefImpl} windowBreakpoint, fixedHeaderHeight: '0px', lastFocus: null, - hasBottomNavigationSlot, }; }, props: {