Skip to content

Commit

Permalink
refactor(Notification): remove unused props (carbon-design-system#1832)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored and asudoh committed Feb 6, 2019
1 parent 4f8a1ed commit c2c6b70
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Notification/Notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,6 @@ export class NotificationTextDetails extends Component {

export class ToastNotification extends Component {
static propTypes = {
children: PropTypes.node,

/**
* Specify an optional className to be applied to the notification box
*/
Expand Down Expand Up @@ -327,8 +325,6 @@ export class ToastNotification extends Component {

export class InlineNotification extends Component {
static propTypes = {
children: PropTypes.node,

/**
* Specify an optional className to be applied to the notification box
*/
Expand Down

0 comments on commit c2c6b70

Please sign in to comment.