Add missing prop
This commit is contained in:
parent
737ceb6fd4
commit
22e9fcaed4
|
|
@ -98,6 +98,7 @@ const profileDropdownData = [
|
|||
<MobileMenu
|
||||
:user="userStore"
|
||||
:show="state.showMenu"
|
||||
:learning-path-slug="learninPathSlug()"
|
||||
:learning-path-name="learningPathName()"
|
||||
@closemodal="state.showMenu = false"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue