Skip to content

Commit b3bf8ac

Browse files
tkruggHaroenv
authored andcommitted
fix(storybook): fix Hierarchical menu separator in Breadcrumb story (#3695)
If a separator is chosen which isn't the same as the corresponding hierarchical menu on the page, it will cause a conflict between those, and it will no longer be split correctly.
1 parent 656d000 commit b3bf8ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stories/breadcrumb.stories.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ storiesOf('Breadcrumb', module)
135135
search.addWidget(
136136
instantsearch.widgets.breadcrumb({
137137
container: breadcrumb,
138-
separator: ' / ',
139138
attributes: [
140139
'hierarchicalCategories.lvl0',
141140
'hierarchicalCategories.lvl1',

0 commit comments

Comments
 (0)