From 5ea3e80f2c567d71971e3732a2d535e8a8b022b2 Mon Sep 17 00:00:00 2001 From: mgabdev <> Date: Tue, 14 Jul 2020 16:41:21 -0500 Subject: [PATCH] Added missing alt prop to Image in FileInput MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Added: - missing alt prop to Image in FileInput --- app/javascript/gabsocial/components/file_input.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/javascript/gabsocial/components/file_input.js b/app/javascript/gabsocial/components/file_input.js index b84eda89..be698497 100644 --- a/app/javascript/gabsocial/components/file_input.js +++ b/app/javascript/gabsocial/components/file_input.js @@ -81,6 +81,7 @@ export default class FileInput extends PureComponent { }} > {title