From 927309814f0dda110315eac5d743da310cfe96db Mon Sep 17 00:00:00 2001 From: Brandon LeBoeuf <54607186+brandonleboeuf@users.noreply.github.com> Date: Sat, 10 Apr 2021 12:38:12 -0700 Subject: [PATCH] Update App.js Adds an alt attribute to tag which remove React warning from console --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index d7c9417..f03f6c7 100644 --- a/src/App.js +++ b/src/App.js @@ -113,7 +113,7 @@ function ChatMessage(props) { return (<>
- + User

{text}

)