summaryrefslogtreecommitdiffstats
path: root/browser/components/newtab/content-src/lib/link-menu-options.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/newtab/content-src/lib/link-menu-options.js')
-rw-r--r--browser/components/newtab/content-src/lib/link-menu-options.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/components/newtab/content-src/lib/link-menu-options.js b/browser/components/newtab/content-src/lib/link-menu-options.js
index caac738170..12e47259c1 100644
--- a/browser/components/newtab/content-src/lib/link-menu-options.js
+++ b/browser/components/newtab/content-src/lib/link-menu-options.js
@@ -25,7 +25,7 @@ const _OpenInPrivateWindow = site => ({
export const LinkMenuOptions = {
Separator: () => ({ type: "separator" }),
EmptyItem: () => ({ type: "empty" }),
- ShowPrivacyInfo: site => ({
+ ShowPrivacyInfo: () => ({
id: "newtab-menu-show-privacy-info",
icon: "info",
action: {