Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit 86bb28f

Browse files
committed
removed unused variable
1 parent 9741e8d commit 86bb28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Chat/ChatItem.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class ChatItem extends UIComponent<Extendable<ChatItemProps>, any> {
4848
gutterPosition: 'start',
4949
}
5050

51-
renderComponent({ ElementType, classes, rest, styles }: RenderResultConfig<ChatItemProps>) {
51+
renderComponent({ ElementType, classes, rest }: RenderResultConfig<ChatItemProps>) {
5252
const { children } = this.props
5353

5454
return (

0 commit comments

Comments
 (0)