aboutsummaryrefslogtreecommitdiff
path: root/src/content/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/index.js')
-rw-r--r--src/content/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/content/index.js b/src/content/index.js
index d6743ce..3b0b49b 100644
--- a/src/content/index.js
+++ b/src/content/index.js
@@ -10,7 +10,6 @@ const store = createStore(
applyMiddleware(promise),
);
-
if (window.self === window.top) {
new TopContentComponent(window, store); // eslint-disable-line no-new
} else {