1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-16 03:06:27 +00:00

fix: Lint errors.

This commit is contained in:
Luis Reinoso
2020-05-16 08:37:35 -05:00
parent 2ac38e9644
commit 938b075bf6
3 changed files with 22 additions and 6 deletions

View File

@@ -1299,4 +1299,9 @@ MarkdownPreview.propTypes = {
breaks: PropTypes.bool
}
export default connect(null, null, null, { forwardRef: true })(MarkdownPreview)
export default connect(
null,
null,
null,
{ forwardRef: true }
)(MarkdownPreview)