The code you added only works if the Mobile Menu is visible.
So try this:
1. Remove the Code.
2. In your Primary Nav – add ALL the links you want for both Mobile and Destkop.
3. Activate the CSS Classes in the Menu Builder:
https://docs.generatepress.com/article/using-the-wordpress-menu-builder/#custom-classes
Any Desktop only menu items add the class: hide-on-mobile
Any Mobile only menu items add the classes: hide-on-desktop hide-on-tablet
Any menu items you want on both then add no classes.