Wrong index in libraryoptionseditor.js #1234
Labels
bug
Something isn't working
confirmed
The issue has been verified
good first issue
Good for newcomers
In src/components/libraryoptionseditor/libraryoptionseditor.js, a variable "i" is referenced on line 123 but should be renamed to "index" for the code to make sense. I'd fix it myself if I had access to my setup, but I don't so I figured I'd create an issue. Here is the relevant code:
The text was updated successfully, but these errors were encountered: