fix(ui): no need to wrap this

This commit is contained in:
Łukasz Mierzwa
2018-08-31 21:18:51 +01:00
parent b1a347592d
commit 572f58ea04

View File

@@ -82,9 +82,7 @@ const AlertGrid = observer(
ref={this.storeMasonryRef}
pack={true}
sizes={GridSizesConfig}
loadMore={() => {
this.loadMore();
}}
loadMore={this.loadMore}
hasMore={
this.groupsToRender.value <
Object.keys(alertStore.data.groups).length