Skip to content

Commit be5e063

Browse files
committed
fix(widgets/price-ranges): wrong compute of templateProps
1 parent b6475bd commit be5e063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widgets/price-ranges/price-ranges.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const renderer = ({
3131
if (isFirstRendering) {
3232
renderState.templateProps = prepareTemplateProps({
3333
defaultTemplates,
34-
templatesConfig: instantSearchInstance.templateProps,
34+
templatesConfig: instantSearchInstance.templatesConfig,
3535
templates,
3636
});
3737
return;

0 commit comments

Comments
 (0)