diff --git a/packages/snap-preact/src/Templates/SnapTemplates.tsx b/packages/snap-preact/src/Templates/SnapTemplates.tsx index 8ea4a3010f..589d41282b 100644 --- a/packages/snap-preact/src/Templates/SnapTemplates.tsx +++ b/packages/snap-preact/src/Templates/SnapTemplates.tsx @@ -487,6 +487,9 @@ export function createSnapConfig(templateConfig: SnapTemplatesConfig, templatesS components: createRecommendationComponentMapping(templateConfig, templatesStore), config: { plugins: createPlugins(templateConfig, templatesStore, 'recommendation'), + settings: { + variants: templateConfig.recommendation?.settings?.variants, + }, ...templateConfig.recommendation?.settings!, }, };