Skip to content

Commit

Permalink
Remove unused 'notificationComponent' className
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene authored and tekton-robot committed Feb 4, 2020
1 parent 188b57b commit ff3852a
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion src/containers/EventListeners/EventListeners.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ export /* istanbul ignore next */ class EventListeners extends Component {
id: 'dashboard.notification.clear',
defaultMessage: 'Clear Notification'
})}
className="notificationComponent"
data-testid="errorNotificationComponent"
lowContrast
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ export /* istanbul ignore next */ class PipelineResourcesModal extends Component
id: 'dashboard.notification.clear',
defaultMessage: 'Clear Notification'
})}
className="notificationComponent"
data-testid="errorNotificationComponent"
onCloseButtonClick={this.props.clearNotification}
lowContrast
Expand Down
2 changes: 0 additions & 2 deletions src/containers/Secrets/Secrets.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ export /* istanbul ignore next */ class Secrets extends Component {
id: 'dashboard.notification.clear',
defaultMessage: 'Clear Notification'
})}
className="notificationComponent"
onCloseButtonClick={this.props.clearNotification}
lowContrast
/>
Expand All @@ -283,7 +282,6 @@ export /* istanbul ignore next */ class Secrets extends Component {
id: 'dashboard.notification.clear',
defaultMessage: 'Clear Notification'
})}
className="notificationComponent"
onCloseButtonClick={this.props.clearNotification}
lowContrast
/>
Expand Down
1 change: 0 additions & 1 deletion src/containers/SecretsModal/SecretsModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ export /* istanbul ignore next */ class SecretsModal extends Component {
id: 'dashboard.notification.clear',
defaultMessage: 'Clear Notification'
})}
className="notificationComponent"
data-testid="errorNotificationComponent"
onCloseButtonClick={this.props.clearNotification}
lowContrast
Expand Down
1 change: 0 additions & 1 deletion src/containers/ServiceAccounts/ServiceAccounts.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export /* istanbul ignore next */ class ServiceAccounts extends Component {
id: 'dashboard.notification.clear',
defaultMessage: 'Clear Notification'
})}
className="notificationComponent"
data-testid="errorNotificationComponent"
lowContrast
/>
Expand Down
1 change: 0 additions & 1 deletion src/containers/TriggerBindings/TriggerBindings.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ export /* istanbul ignore next */ class TriggerBindings extends Component {
id: 'dashboard.notification.clear',
defaultMessage: 'Clear Notification'
})}
className="notificationComponent"
data-testid="errorNotificationComponent"
lowContrast
/>
Expand Down
1 change: 0 additions & 1 deletion src/containers/TriggerTemplates/TriggerTemplates.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ export /* istanbul ignore next */ class TriggerTemplates extends Component {
id: 'dashboard.notification.clear',
defaultMessage: 'Clear Notification'
})}
className="notificationComponent"
data-testid="errorNotificationComponent"
lowContrast
/>
Expand Down

0 comments on commit ff3852a

Please sign in to comment.