fix whitespace
parent
e8533beafb
commit
2eff03ba78
|
@ -731,7 +731,7 @@ module.exports = React.createClass({
|
||||||
];
|
];
|
||||||
const tagSubLists = Object.keys(this.state.lists)
|
const tagSubLists = Object.keys(this.state.lists)
|
||||||
.filter((tagName) => {
|
.filter((tagName) => {
|
||||||
return (!this.state.customTags || this.state.customTags[tagName]) &&
|
return (!this.state.customTags || this.state.customTags[tagName]) &&
|
||||||
!tagName.match(STANDARD_TAGS_REGEX);
|
!tagName.match(STANDARD_TAGS_REGEX);
|
||||||
}).map((tagName) => {
|
}).map((tagName) => {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue