Skip to content

Commit

Permalink
[B] Fix EventTime PropType typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Mason committed Mar 18, 2024
1 parent cebbff4 commit d70bd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/EventTime/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ EventTime.propTypes = {
endDate: PropTypes.string,
endTime: PropTypes.string,
timezone: PropTypes.string,
short: PropTypes.boolean,
short: PropTypes.bool,
};

0 comments on commit d70bd9c

Please sign in to comment.