Skip to content

Commit

Permalink
Merge pull request #406 from newrelic/jerelmiller-patch-2
Browse files Browse the repository at this point in the history
Fix indentation for a code sample in the add time picker guide
  • Loading branch information
jerelmiller authored Jul 8, 2020
2 parents 132e2c6 + 86578d9 commit 0c51858
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/markdown-pages/build-apps/add-time-picker-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,15 @@ Add the `PlatformStateContext` component to the end of the import statement so i

Just below the current `return` insert this code for the `PlatformStateContext` component:

```js
<PlatformStateContext.Consumer>
{(platformState) => {
return (
// ADD THE CURRENT RETURN CODE HERE
)
```js
<PlatformStateContext.Consumer>
{(platformState) => {
return (
// ADD THE CURRENT RETURN CODE HERE
)
}}
</PlatformStateContext.Consumer>
```
</PlatformStateContext.Consumer>
```

</Step>

Expand Down

0 comments on commit 0c51858

Please sign in to comment.