Skip to content

Commit

Permalink
#107 add not completed loading images of compounds
Browse files Browse the repository at this point in the history
  • Loading branch information
tibor-postek-m2ms committed Mar 10, 2020
1 parent ec9ebd8 commit 22ac90e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/components/preview/compounds/compoundList.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const CompoundList = memo(({ height }) => {
pageStart={0}
loadMore={() => dispatch(loadNextPageOfCompounds())}
hasMore={canLoadMoreCompounds}
initialLoad={false}
loader={
<div className="loader" key={0}>
<div className={classes.paddingProgress}>
Expand Down

0 comments on commit 22ac90e

Please sign in to comment.