Use tabs for stylus file
parent
5ac91a2528
commit
60c6221af7
|
|
@ -21,7 +21,6 @@ class Chat extends Component
|
|||
return (
|
||||
<div data-component='Chat'>
|
||||
<MessageList />
|
||||
|
||||
<form
|
||||
data-component='Sender'
|
||||
onSubmit={(e) => { onSendMessage(e, displayName, picture); }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue