diff --git a/ui/component/publishFile/view.jsx b/ui/component/publishFile/view.jsx
index 7870e1368..cf5d1542b 100644
--- a/ui/component/publishFile/view.jsx
+++ b/ui/component/publishFile/view.jsx
@@ -241,7 +241,6 @@ function PublishFile(props: Props) {
     }
   }
 
-  // Flow error [+]
   function handleFileChange(file: WebFile) {
     const { showToast } = props;
     window.URL = window.URL || window.webkitURL;