Skip to content

Commit

Permalink
Add missing prop type.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmymadon committed Jan 24, 2025
1 parent 163329d commit 51936a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Notification.propTypes = {
id: PropTypes.string,
className: PropTypes.string,
gaTrackingEventArgs: PropTypes.shape( {
category: PropTypes.string,
label: PropTypes.string,
value: PropTypes.string,
} ),
Expand Down

0 comments on commit 51936a0

Please sign in to comment.