mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): no need to wrap this
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user