From 75e884bf4beb612ff322f4a613e00e624d9a8a5d Mon Sep 17 00:00:00 2001 From: Kadie Alexander Date: Tue, 25 Jul 2023 09:54:28 +1200 Subject: [PATCH] make it prettier --- src/components/ThumbnailImage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ThumbnailImage.js b/src/components/ThumbnailImage.js index 99eb9da8f1da..895e8baefb7f 100644 --- a/src/components/ThumbnailImage.js +++ b/src/components/ThumbnailImage.js @@ -98,4 +98,4 @@ function ThumbnailImage(props) { ThumbnailImage.propTypes = propTypes; ThumbnailImage.defaultProps = defaultProps; ThumbnailImage.displayName = 'ThumbnailImage'; -export default React.memo(ThumbnailImage); \ No newline at end of file +export default React.memo(ThumbnailImage);