Skip to content

Commit

Permalink
make it prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kadiealexander committed Jul 24, 2023
1 parent 51c08ad commit 75e884b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ThumbnailImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ function ThumbnailImage(props) {
ThumbnailImage.propTypes = propTypes;
ThumbnailImage.defaultProps = defaultProps;
ThumbnailImage.displayName = 'ThumbnailImage';
export default React.memo(ThumbnailImage);
export default React.memo(ThumbnailImage);

0 comments on commit 75e884b

Please sign in to comment.