Skip to content

Commit 662238c

Browse files
committed
[web] Fix eslint error.
1 parent ce7b774 commit 662238c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tx2-web/src/TapeLoadModal.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ const TapeLoadModal: FunctionComponent<TapeLoadModalProps> = ({ modalIsOpen, clo
5656
contentLabel="Load Paper Tape"
5757
><h2>Load Paper Tape Image</h2>
5858
<div><p>Please select a paper tape image file to load.</p>
59-
<p>You can press one of the buttons which load a canned example, or use the "Choose file" button to upload your own program and run it.</p></div>
59+
<p>You can press one of the buttons which load a canned example,
60+
or use the &quot;Choose file&quot; button to upload your own program and run it.</p></div>
6061
<form>
6162
<div className={styles['tape-load-modal__buttons']}>
6263
<input className={styles['tape-load-modal__buttons']} type="button" onClick={handleLoadHello} value="Load sample &lsquo;hello&rsquo;" />

0 commit comments

Comments
 (0)