Skip to content

Commit

Permalink
docs: add missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
radex committed Apr 21, 2024
1 parent d281080 commit 5c2230d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-website/docs/docs/Components.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export default compose(
withDatabase,
withObservables([], ({ database }) => ({
blogs: database.get('blogs').query(),
}),
})),
)(BlogList)

```
Expand Down

0 comments on commit 5c2230d

Please sign in to comment.