Bug 1634487 - Adding pocket signup component to list of filtered components. r=gvn

Differential Revision: https://phabricator.services.mozilla.com/D73315
This commit is contained in:
Scott 2020-04-30 23:15:47 +00:00
Родитель 0b304fcbc0
Коммит 4b4e5fcf9d
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -55,6 +55,7 @@ export const selectLayoutRender = ({
"Message",
"TextPromo",
"SectionTitle",
"Signup",
"Navigation",
"CardGrid",
"CollectionCardGrid",

Просмотреть файл

@ -10700,7 +10700,7 @@ const selectLayoutRender = ({
}
const positions = {};
const DS_COMPONENTS = ["Message", "TextPromo", "SectionTitle", "Navigation", "CardGrid", "CollectionCardGrid", "Hero", "HorizontalRule", "List"];
const DS_COMPONENTS = ["Message", "TextPromo", "SectionTitle", "Signup", "Navigation", "CardGrid", "CollectionCardGrid", "Hero", "HorizontalRule", "List"];
const filterArray = [];
if (!prefs["feeds.topsites"]) {