You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-22 04:02:40 +03:00
fix whitespace
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user