Commit e582316
committed
fix: wrap JSX text with quotes in JavaScript expressions
ESLint's react/no-unescaped-entities rule requires quotes in JSX
text content to be escaped. Wrapped example text containing quotes
in JavaScript string expressions to satisfy the linter.
Fixes remaining ESLint errors at line 375.1 parent 68b5fa8 commit e582316
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
| |||
0 commit comments