Skip to content

Commit

Permalink
Merge pull request #5897 from f107/patch-1
Browse files Browse the repository at this point in the history
Fix missing props in CustomApp.md
  • Loading branch information
djhi authored Feb 11, 2021
2 parents 5e4c78e + 5393118 commit 86ec14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CustomApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const App = () => (
+ locale="en"
+ i18nProvider={i18nProvider}
+ >
+ <ThemeProvider>
+ <ThemeProvider theme={theme}>
+ <Resource name="posts" intent="registration" />
+ <Resource name="comments" intent="registration" />
+ <Resource name="users" intent="registration" />
Expand Down

0 comments on commit 86ec14c

Please sign in to comment.