Use tabs for stylus file

This commit is contained in:
Torjus
2018-07-31 12:59:59 +02:00
parent 5ac91a2528
commit 60c6221af7
3 changed files with 53 additions and 54 deletions
-1
View File
@@ -21,7 +21,6 @@ class Chat extends Component
return (
<div data-component='Chat'>
<MessageList />
<form
data-component='Sender'
onSubmit={(e) => { onSendMessage(e, displayName, picture); }}
+1 -1
View File
@@ -52,7 +52,7 @@ class MessageList extends Component
const picture = (message.sender === 'response' ?
message.picture : this.props.myPicture) || 'resources/images/avatar-empty.jpeg';
return (
<div className='message' key={i}>
<div className={message.sender}>