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 aa798a4 commit bd7da84Copy full SHA for bd7da84
src/components/AddAeroplaneForm.js
@@ -155,7 +155,7 @@ AeroplaneForm.propTypes = {
155
description: PropTypes.string,
156
number_of_seats: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
157
location: PropTypes.string,
158
- fee: PropTypes.number,
+ fee: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
159
reserved: PropTypes.bool,
160
}).isRequired,
161
setAeroplane: PropTypes.func.isRequired,
0 commit comments