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 Feb 25, 2020
1 parent eac34de commit 7c3afd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/preview/compounds/compoundList.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const CompoundList = memo(({ height }) => {
hasMore={canLoadMoreCompounds}
initialLoad={false}
loader={
<div className="loader" key={0}>
<div className="loader" key={`loader_${0}`}>
<div className={classes.paddingProgress}>
<CircularProgress />
</div>
Expand Down

0 comments on commit 7c3afd4

Please sign in to comment.