Use tabs for stylus file

master
Torjus 2018-07-31 12:59:59 +02:00
parent 5ac91a2528
commit 60c6221af7
3 changed files with 53 additions and 54 deletions

View File

@ -21,7 +21,6 @@ class Chat extends Component
return ( return (
<div data-component='Chat'> <div data-component='Chat'>
<MessageList /> <MessageList />
<form <form
data-component='Sender' data-component='Sender'
onSubmit={(e) => { onSendMessage(e, displayName, picture); }} onSubmit={(e) => { onSendMessage(e, displayName, picture); }}