mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-08 21:56:19 +02:00
fix whitespace
This commit is contained in:
parent
e8533beafb
commit
2eff03ba78
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user