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 2ad702c commit 0d3b366Copy full SHA for 0d3b366
src/js/components/notification.js
@@ -4,7 +4,7 @@ var shell = remote.require('shell');
4
5
var apiRequests = require('../utils/api-requests');
6
7
-var Notification = React.createClass({
+var NotificationItem = React.createClass({
8
9
getInitialState: function () {
10
return {
@@ -67,4 +67,4 @@ var Notification = React.createClass({
67
}
68
});
69
70
-module.exports = Notification;
+module.exports = NotificationItem;
0 commit comments