diff --git a/internal_packages/developer-bar/lib/developer-bar-store.coffee b/internal_packages/developer-bar/lib/developer-bar-store.coffee
index fb54e3dfb..69a7e5710 100644
--- a/internal_packages/developer-bar/lib/developer-bar-store.coffee
+++ b/internal_packages/developer-bar/lib/developer-bar-store.coffee
@@ -86,7 +86,6 @@ DeveloperBarStore = Reflux.createStore
@triggerThrottled(@)
-<<<<<<< HEAD:internal_packages/inbox-activity-bar/lib/activity-bar-store.coffee
_onSendFeedback: ->
{NamespaceStore,
Contact,
@@ -127,7 +126,7 @@ DeveloperBarStore = Reflux.createStore
Environment:
- I'm using Edgehill #{atom.getVersion()} and my platform is #{process.platform}-#{process.arch}.
+ I'm using Nylas Mail #{atom.getVersion()} and my platform is #{process.platform}-#{process.arch}.
--
#{user}
-- Extra Debugging Data --
@@ -137,7 +136,4 @@ DeveloperBarStore = Reflux.createStore
DatabaseStore.localIdForModel(draft).then (localId) ->
Actions.composePopoutDraft(localId)
-module.exports = ActivityBarStore
-=======
module.exports = DeveloperBarStore
->>>>>>> master:internal_packages/developer-bar/lib/developer-bar-store.coffee