Skip to content

Commit f35acd4

Browse files
authored
Merge pull request #211 from saksham-gera/issue208
Fixed ESLint Error because of empty accessible text in label
2 parents c76910a + c55d9de commit f35acd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/component/modals/OptionsModal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ const OptionsModal = ({ superState, dispatcher }) => {
7575
</label>
7676
<br />
7777
<br />
78-
<span>Library Path:&nbsp;&nbsp;</span>
7978
<label htmlFor="librarypath">
79+
Library Path:&nbsp;&nbsp;
8080
<input
8181
size="59"
8282
type="text"

0 commit comments

Comments
 (0)