Lint
This commit is contained in:
parent
b9cafe9d31
commit
bac9eb79bb
|
@ -402,6 +402,7 @@ class ListContainer extends React.Component<IListContainerProps, IListContainerS
|
|||
listRef={listRef}
|
||||
data={messages}
|
||||
extraData={loading}
|
||||
// @ts-ignore
|
||||
renderItem={this.renderItem}
|
||||
onEndReached={this.onEndReached}
|
||||
ListFooterComponent={this.renderFooter}
|
||||
|
|
Loading…
Reference in New Issue