Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-odonovan committed Oct 2, 2023
1 parent ebb4119 commit 3b85274
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 108 deletions.
2 changes: 1 addition & 1 deletion src/components/Molecules/PostcodeLookup/PostcodeLookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ const fetchErrorHandler = () => {
enterManually
? 'Sorry, there appears to be a problem. Please enter your details manually.'
: (
<PostcodeLookup onSelect={school => alert(JSON.stringify(school, null, 2))} fetchErrorHandler={fetchErrorHandler} />
<PostcodeLookup onSelect={school => alert(JSON.stringify(school, null, 2))} />
)
```

This file was deleted.

0 comments on commit 3b85274

Please sign in to comment.