Added SidebarXS to ProfileLayout
• Added: - SidebarXS to ProfileLayout
This commit is contained in:
parent
efb2b7f0c2
commit
56d24e18ae
@ -21,6 +21,7 @@ import {
|
|||||||
ProfileInfoPanel,
|
ProfileInfoPanel,
|
||||||
MediaGalleryPanel,
|
MediaGalleryPanel,
|
||||||
SignUpPanel,
|
SignUpPanel,
|
||||||
|
SidebarXS,
|
||||||
} from '../features/ui/util/async_components'
|
} from '../features/ui/util/async_components'
|
||||||
|
|
||||||
class ProfileLayout extends ImmutablePureComponent {
|
class ProfileLayout extends ImmutablePureComponent {
|
||||||
@ -43,6 +44,11 @@ class ProfileLayout extends ImmutablePureComponent {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={[_s.d, _s.w100PC, _s.minH100VH, _s.bgTertiary].join(' ')}>
|
<div className={[_s.d, _s.w100PC, _s.minH100VH, _s.bgTertiary].join(' ')}>
|
||||||
|
|
||||||
|
<Responsive max={BREAKPOINT_EXTRA_SMALL}>
|
||||||
|
<WrappedBundle component={SidebarXS} />
|
||||||
|
</Responsive>
|
||||||
|
|
||||||
<Responsive max={BREAKPOINT_EXTRA_SMALL}>
|
<Responsive max={BREAKPOINT_EXTRA_SMALL}>
|
||||||
{
|
{
|
||||||
!!me &&
|
!!me &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user