mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
Merge pull request #1642 from urbit/mp-chat-sidebar
Chat: Fix "join channel" route rendering
This commit is contained in:
commit
adb397883c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -135,7 +135,7 @@ export class Root extends Component {
|
||||
render={ (props) => {
|
||||
return (
|
||||
<Skeleton
|
||||
sidebar={renderDefaultSidebar(props)}>
|
||||
sidebar={renderChannelsSidebar(props)}>
|
||||
<LandingScreen
|
||||
api={api}
|
||||
configs={configs}
|
||||
|
Loading…
Reference in New Issue
Block a user