Add missing prop
This commit is contained in:
parent
737ceb6fd4
commit
22e9fcaed4
|
|
@ -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"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue