From 1f773cdd23ac2fb8e47b796889e72a5fedbade7d Mon Sep 17 00:00:00 2001
From: johnshaughnessy <johnfshaughnessy@gmail.com>
Date: Fri, 3 Aug 2018 10:23:31 -0700
Subject: [PATCH] lint

---
 src/react-components/create-object-dialog.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/react-components/create-object-dialog.js b/src/react-components/create-object-dialog.js
index d82a4b223..778ba06b1 100644
--- a/src/react-components/create-object-dialog.js
+++ b/src/react-components/create-object-dialog.js
@@ -96,7 +96,9 @@ export default class CreateObjectDialog extends Component {
         <FontAwesomeIcon icon={faPaperclip} />
       </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 = (
       <input
         className={cx(styles.urlInput, "add-media-form__link_field")}
-- 
GitLab