[bug][javascript]: localleader shows `+prefix`
- Dominant language
- Emacs Lisp
- Stars
- 22.7k
- Forks
- 3.1k
- Avg merge
- 10h 46m
- Merged PRs (30d)
- 4
Description
### I confirm that...
- [X] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), [Discourse](https://discourse.doomemacs.org), and [Google](https://google.com), in case this issue has already been reported/resolved.
- [X] I have read "[How to Debug Issues](https://doomemacs.org/d/how2debug)", and will use it to provide as much information about this issue as possible.
- [X] The issue can be reproduced on the **latest** available commit of Doom.
- [X] The issue can be reproduced on a stable release of Emacs, such as 27 or 28. *(Doom does not support development builds like 29+ or any version ending in .50 or .9x)*
### Expected behavior
When I type `SPC-m` to see localleader keybindings in javascript, I should see [prefix text](https://github.com/doomemacs/doomemacs/blob/90b1b221fe7c20f2edef341a780e194cd22c7daa/modules/lang/javascript/config.el#L311) (like `npm`) for submenus.
### Current behavior
When I type `SPC-m` to see localleader keybindings in javascript, I only see `+prefix` for submenus. Here is the screenshot:


### Steps to reproduce
1. From a fresh doom install
2. Enable `javascript` lang in `init.el`
3. Open a `.js` / `.ts` / `.tsx` file
4. Type `SPC-m` and wait see the menu to open
5. You should see `+prefix` keybinding values
### System Information
https://pastebin.com/DUR5abbD
Contributor guide
Assessment
This issue has not been assessed yet.