augur-ui-react-components
Advanced tools
Comparing version 3.5.8 to 3.5.9
{ | ||
"name": "augur-ui-react-components", | ||
"version": "3.5.8", | ||
"version": "3.5.9", | ||
"description": "Augur UI React Components", | ||
@@ -5,0 +5,0 @@ "author": "Augur Project", |
@@ -73,11 +73,13 @@ import React, { Component } from 'react'; | ||
<form ref="chatMessageForm" name="chat-message-form" onSubmit={this.onSubmitChatMessage}> | ||
<input | ||
ref="chatMessageInput" | ||
className="chat-message-input" | ||
type="text" | ||
placeholder="Say something!" | ||
/> | ||
<button className="chat-message-button"> | ||
Chat | ||
</button> | ||
<div className="chat-message-wrapper"> | ||
<input | ||
ref="chatMessageInput" | ||
className="chat-message-input" | ||
type="text" | ||
placeholder="Say something!" | ||
/> | ||
<button className="chat-message-button"> | ||
Chat | ||
</button> | ||
</div> | ||
</form> | ||
@@ -84,0 +86,0 @@ </div> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2166146
39889