mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Fix some pointed by lint
This commit is contained in:
@@ -377,7 +377,7 @@ class NoteList extends React.Component {
|
||||
|
||||
const options = {
|
||||
filters: [
|
||||
{ name: 'Documents', extensions: ['md', 'txt']}
|
||||
{ name: 'Documents', extensions: ['md', 'txt'] }
|
||||
],
|
||||
properties: ['openFile', 'multiSelections']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user