Skip to content

Commit 950d5d0

Browse files
committed
Fix class name
1 parent 5cd344e commit 950d5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/components/notifications.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ var Notifications = React.createClass({
106106
return (
107107
<div className={
108108
wrapperClass +
109-
(this.state.errors ? ' errorred' : '') +
109+
(this.state.errors ? ' errored' : '') +
110110
(notificationsEmpty ? ' all-read' : '')
111111
}>
112112
<Loading className='loading-container' shouldShow={this.state.loading}>

0 commit comments

Comments
 (0)