Add missing prop

This commit is contained in:
Christian Cueni 2022-08-10 07:15:00 +02:00
parent 737ceb6fd4
commit 22e9fcaed4
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ const profileDropdownData = [
<MobileMenu <MobileMenu
:user="userStore" :user="userStore"
:show="state.showMenu" :show="state.showMenu"
:learning-path-slug="learninPathSlug()"
:learning-path-name="learningPathName()" :learning-path-name="learningPathName()"
@closemodal="state.showMenu = false" @closemodal="state.showMenu = false"
/> />