Skip to content

Commit df47147

Browse files
committed
Make LazyLoadImage a PureComponent
1 parent bd482d8 commit df47147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LazyLoadImage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import { PropTypes } from 'prop-types';
33

4-
class LazyLoadImage extends React.Component {
4+
class LazyLoadImage extends React.PureComponent {
55
constructor(props) {
66
super(props);
77

0 commit comments

Comments
 (0)