Skip to content

Commit 24087aa

Browse files
the unnecessary expression was deleted.
1 parent 3af00bc commit 24087aa

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

example/App.js

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -224,30 +224,6 @@ export class App extends Component {
224224
onClick={this.addMessage.bind(this)} />
225225
} />
226226
</div>
227-
228-
{
229-
// arr.map((x, i) => {
230-
// var tmp = this.random();
231-
232-
// return <ChatItem
233-
// key={i}
234-
// title={tmp.title}
235-
// subtitle={tmp.subtitle}
236-
// avatar={tmp.avatar}
237-
// unread={tmp.unread}
238-
// date={tmp.date}/>;
239-
240-
// return <MessageBox
241-
// key={i}
242-
// type={tmp.type}
243-
// text={tmp.text}
244-
// data={tmp.data}
245-
// position={tmp.position}/>
246-
247-
// return <SystemMessage
248-
// text={'10.10.1996'}/>
249-
// })
250-
}
251227
</div>
252228
);
253229
}

0 commit comments

Comments
 (0)