Skip to content

Commit

Permalink
version upgrade v0.4.13
Browse files Browse the repository at this point in the history
unnecessary rce-mbox-right deleted.
  • Loading branch information
abdurrahmanekr committed Aug 29, 2017
1 parent 4927cf5 commit ca28700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-chat-elements",
"version": "0.4.12",
"version": "0.4.13",
"description": "Reactjs chat components",
"author": "Avare Kodcu <[email protected]>",
"main": "dist/main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/MessageBox/MessageBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class MessageBox extends Component {
text={this.props.text}/>
}

<div className="rce-mbox-time rce-mbox-right">
<div className="rce-mbox-time">
{moment(this.props.date).fromNow()}
</div>

Expand Down

0 comments on commit ca28700

Please sign in to comment.