fix whitespace

pull/21833/head
Bruno Windels 2019-02-08 12:03:58 +00:00
parent e8533beafb
commit 2eff03ba78
1 changed files with 1 additions and 1 deletions

View File

@ -731,7 +731,7 @@ module.exports = React.createClass({
];
const tagSubLists = Object.keys(this.state.lists)
.filter((tagName) => {
return (!this.state.customTags || this.state.customTags[tagName]) &&
return (!this.state.customTags || this.state.customTags[tagName]) &&
!tagName.match(STANDARD_TAGS_REGEX);
}).map((tagName) => {
return {