diff --git a/web/src/components/ErrorsAndImage/PlaceholderImage.js b/web/src/components/ErrorsAndImage/PlaceholderImage.js
index 834b614a..33d3a67f 100644
--- a/web/src/components/ErrorsAndImage/PlaceholderImage.js
+++ b/web/src/components/ErrorsAndImage/PlaceholderImage.js
@@ -1,22 +1,22 @@
-import React from 'react';
-import placeholderImg from './placeholderImage.svg';
-function PlaceholderImage({ width, height, maxWidth }) {
- return (
- <>
-
- >
- );
-}
-
-PlaceholderImage.defaultProps = {
- height: 'auto',
- width: '100%',
-};
-
-export default PlaceholderImage;
+import React from 'react';
+import placeholderImg from './placeholderImage.svg';
+function PlaceholderImage({ width, height, maxWidth }) {
+ return (
+ <>
+
+ >
+ );
+}
+
+PlaceholderImage.defaultProps = {
+ height: 'auto',
+ width: '100%',
+};
+
+export default PlaceholderImage;