aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Chat.js
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src/ui/Chat.js')
-rw-r--r--vnext/src/ui/Chat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/ui/Chat.js b/vnext/src/ui/Chat.js
index 90c99c27..21f02635 100644
--- a/vnext/src/ui/Chat.js
+++ b/vnext/src/ui/Chat.js
@@ -65,7 +65,7 @@ export default function Chat(props) {
const uname = params.user;
return (
<div className="msg-cont">
- <UserInfo user={uname} />
+ <UserInfo uname={uname} />
{uname ? (
<div className="chatroom">
<ul className="Chat_messages">