Skip to content
Snippets Groups Projects
Commit 1f773cdd authored by johnshaughnessy's avatar johnshaughnessy
Browse files

lint

parent 6a26e201
No related branches found
No related tags found
No related merge requests found
...@@ -96,7 +96,9 @@ export default class CreateObjectDialog extends Component { ...@@ -96,7 +96,9 @@ export default class CreateObjectDialog extends Component {
<FontAwesomeIcon icon={faPaperclip} /> <FontAwesomeIcon icon={faPaperclip} />
</label> </label>
); );
const filenameLabel = (<label className={cx(styles.fileNameLabel, "add-media-form__link_field")}>{this.state.fileName}</label>); const filenameLabel = (
<label className={cx(styles.fileNameLabel, "add-media-form__link_field")}>{this.state.fileName}</label>
);
const urlInput = ( const urlInput = (
<input <input
className={cx(styles.urlInput, "add-media-form__link_field")} className={cx(styles.urlInput, "add-media-form__link_field")}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment