mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-19 04:31:46 +00:00
fix: Lint issues.
This commit is contained in:
@@ -1299,9 +1299,4 @@ 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