Skip to content

Commit

Permalink
the unnecessary expression was deleted.
Browse files Browse the repository at this point in the history
  • Loading branch information
abdurrahmanekr committed Oct 14, 2017
1 parent 3af00bc commit 24087aa
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions example/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -224,30 +224,6 @@ export class App extends Component {
onClick={this.addMessage.bind(this)} />
} />
</div>

{
// arr.map((x, i) => {
// var tmp = this.random();

// return <ChatItem
// key={i}
// title={tmp.title}
// subtitle={tmp.subtitle}
// avatar={tmp.avatar}
// unread={tmp.unread}
// date={tmp.date}/>;

// return <MessageBox
// key={i}
// type={tmp.type}
// text={tmp.text}
// data={tmp.data}
// position={tmp.position}/>

// return <SystemMessage
// text={'10.10.1996'}/>
// })
}
</div>
);
}
Expand Down

0 comments on commit 24087aa

Please sign in to comment.