mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-16 03:06:27 +00:00
fix: Lint errors.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user