Skip to content

Commit

Permalink
Merge pull request #32 from Gosrock/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ImNM authored Jan 24, 2022
2 parents f451a8a + 73a15e9 commit a10a040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Layout/TicketContainer/TicketContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ TicketContainer.propTypes = {
*/
TopElement: PropTypes.oneOfType([
PropTypes.shape({
type: TicketTop
type: PropTypes.oneOf([TicketTop])
})
])
};
Expand Down

0 comments on commit a10a040

Please sign in to comment.