Skip to content

Commit

Permalink
Remove unnecessary propTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Oct 5, 2019
1 parent 964979e commit 7210acf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/component/src/Attachment/ImageAttachment.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ const ImageAttachment = ({ attachment }) => (
);

ImageAttachment.propTypes = {
activity: PropTypes.shape({
attachments: PropTypes.array.isRequired
}).isRequired,
attachment: PropTypes.shape({
contentUrl: PropTypes.string.isRequired,
name: PropTypes.string,
Expand Down

0 comments on commit 7210acf

Please sign in to comment.