PropTypes and refactoring
This commit is contained in:
@@ -43,6 +43,7 @@ const InfoDetails = (props) => {
|
||||
<textarea
|
||||
autoFocus
|
||||
rows={9}
|
||||
onChange={() => {}}
|
||||
value={msg}
|
||||
className={'SkynetImportTextArea'}
|
||||
onClick={(e) => scrollToTop(e.target)}
|
||||
|
||||
Reference in New Issue
Block a user