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

Fix: Removed unnecessary caution

This commit is contained in:
roottool
2019-05-07 00:44:27 +09:00
parent a162bab591
commit ecfeedeff3
2 changed files with 0 additions and 2 deletions

View File

@@ -659,7 +659,6 @@ class UiTab extends React.Component {
lint: true,
gutters: ['CodeMirror-lint-markers']
}} />
<p styleName='note-for-markdownlint-rules'>{i18n.__(`⚠️ Please reload boostnote after you change the Custom MarkdownLint rules`)}</p>
</div>
</div>
</div>