Skip to content

Commit

Permalink
Fixed link to useError.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dovidweisz committed Jan 21, 2020
1 parent e918b88 commit e655a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stories/useError.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Demo = () => {
};

storiesOf('Side effects|useError', module)
.add('Docs', () => <ShowDocs md={require('../docs/useLocalStorage.md')} />)
.add('Docs', () => <ShowDocs md={require('../docs/useError.md')} />)
.add('Demo', () => (
<ErrorBoundary>
<Demo />
Expand Down

0 comments on commit e655a33

Please sign in to comment.