Skip to content

Commit

Permalink
fix(storybook): fix Hierarchical menu separator in Breadcrumb story (#…
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
tkrugg authored and Haroenv committed Apr 16, 2019
1 parent 656d000 commit b3bf8ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stories/breadcrumb.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ storiesOf('Breadcrumb', module)
search.addWidget(
instantsearch.widgets.breadcrumb({
container: breadcrumb,
separator: ' / ',
attributes: [
'hierarchicalCategories.lvl0',
'hierarchicalCategories.lvl1',
Expand Down

0 comments on commit b3bf8ac

Please sign in to comment.