Skip to content

Commit 0d3b366

Browse files
author
Emmanouil Konstantinidis
committed
Rename Notification to NotificationItem
Avoid redefinition of ‘Notification’
1 parent 2ad702c commit 0d3b366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/components/notification.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var shell = remote.require('shell');
44

55
var apiRequests = require('../utils/api-requests');
66

7-
var Notification = React.createClass({
7+
var NotificationItem = React.createClass({
88

99
getInitialState: function () {
1010
return {
@@ -67,4 +67,4 @@ var Notification = React.createClass({
6767
}
6868
});
6969

70-
module.exports = Notification;
70+
module.exports = NotificationItem;

0 commit comments

Comments
 (0)