Merge pull request #1642 from urbit/mp-chat-sidebar

Chat: Fix "join channel" route rendering
This commit is contained in:
Jared Tobin 2019-08-24 07:46:52 -02:30 committed by GitHub
commit adb397883c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -135,7 +135,7 @@ export class Root extends Component {
render={ (props) => {
return (
<Skeleton
sidebar={renderDefaultSidebar(props)}>
sidebar={renderChannelsSidebar(props)}>
<LandingScreen
api={api}
configs={configs}