1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Merge branch 'master' into discard-warnings

This commit is contained in:
Junyoung Choi
2019-07-26 09:12:18 +09:00
5 changed files with 9 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ const ToggleModeButton = ({
ToggleModeButton.propTypes = {
onClick: PropTypes.func.isRequired,
editorType: PropTypes.string
editorType: PropTypes.string.isRequired
}
export default CSSModules(ToggleModeButton, styles)