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 c14a954 commit 74774fdCopy full SHA for 74774fd
src/compounds/Document/Document.jsx
@@ -101,14 +101,14 @@ Document.propTypes = {
101
lineItems: PropTypes.arrayOf(PropTypes.shape({})).isRequired,
102
requestIdentifier: PropTypes.string.isRequired,
103
shippingPrice: PropTypes.string.isRequired,
104
- shipTo: {
+ shipTo: PropTypes.shape({
105
organizationName: PropTypes.string,
106
text: PropTypes.string,
107
- }.isRequired,
108
- shipFrom: {
+ }).isRequired,
+ shipFrom: PropTypes.shape({
109
110
111
112
subtotalPrice: PropTypes.string.isRequired,
113
taxAmount: PropTypes.string.isRequired,
114
terms: PropTypes.string.isRequired,
0 commit comments