We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd0768 commit ef2e006Copy full SHA for ef2e006
src/compounds/ItemPage/ItemPage.jsx
@@ -34,7 +34,10 @@ ItemPage.propTypes = {
34
description: PropTypes.string.isRequired,
35
descriptionStyle: PropTypes.shape({}),
36
id: PropTypes.number.isRequired,
37
- img: PropTypes.shape({}),
+ img: PropTypes.shape({
38
+ alt: PropTypes.string.isRequired,
39
+ src: PropTypes.string.isRequired,
40
+ }),
41
slug: PropTypes.string.isRequired,
42
title: PropTypes.string.isRequired,
43
titleStyle: PropTypes.shape({}),
0 commit comments