Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
fix(stories): rename InstantSearch to <InstantSearch> (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
samouss committed Jan 3, 2018
1 parent 63e4b57 commit 05efda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/InstantSearch.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { displayName, filterProps } from './util';

setAddon(JSXAddon);

const stories = storiesOf('InstantSearch', module);
const stories = storiesOf('<InstantSearch>', module);

stories
.addWithJSX(
Expand Down

0 comments on commit 05efda5

Please sign in to comment.