From 8f12e12bcc7434970314acbb84f0e0a46aef8368 Mon Sep 17 00:00:00 2001 From: Brett Sun Date: Thu, 10 Mar 2016 13:43:07 +0100 Subject: [PATCH] Move header_notification to be in sync with its component's name --- js/components/header.js | 2 +- .../{header_notification.js => header_notifications.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename js/components/{header_notification.js => header_notifications.js} (100%) diff --git a/js/components/header.js b/js/components/header.js index 487b3f20..6863dc5d 100644 --- a/js/components/header.js +++ b/js/components/header.js @@ -19,7 +19,7 @@ import EventActions from '../actions/event_actions'; import PieceListStore from '../stores/piece_list_store'; import AclProxy from './acl_proxy'; -import HeaderNotifications from './header_notification'; +import HeaderNotifications from './header_notifications'; import HeaderNotificationDebug from './header_notification_debug'; import NavRoutesLinks from './nav_routes_links'; diff --git a/js/components/header_notification.js b/js/components/header_notifications.js similarity index 100% rename from js/components/header_notification.js rename to js/components/header_notifications.js