We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd344e commit 950d5d0Copy full SHA for 950d5d0
src/js/components/notifications.js
@@ -106,7 +106,7 @@ var Notifications = React.createClass({
106
return (
107
<div className={
108
wrapperClass +
109
- (this.state.errors ? ' errorred' : '') +
+ (this.state.errors ? ' errored' : '') +
110
(notificationsEmpty ? ' all-read' : '')
111
}>
112
<Loading className='loading-container' shouldShow={this.state.loading}>
0 commit comments