Fix group chat channel details panel (#6599)

This commit is contained in:
Andy Zhao 2020-03-11 18:23:45 -04:00 committed by GitHub
parent f05e5254bb
commit 45a17d5c09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -779,7 +779,7 @@ export default class Chat extends Component {
type_of: 'loading-user',
});
getContent(
`/api/${target.dataset.content}`,
`/${target.dataset.content}/channel_info`,
this.setActiveContent,
null,
);