Added ProgressPanel WrappedBundle in SidebarXS

• Added:
- ProgressPanel WrappedBundle in SidebarXS
This commit is contained in:
mgabdev 2020-08-12 18:14:20 -05:00
parent 1f977d5a44
commit 6cfd0d09d1
1 changed files with 5 additions and 2 deletions

View File

@ -17,7 +17,10 @@ import { openModal } from '../actions/modal'
import { shortNumberFormat } from '../utils/numbers'
import { me } from '../initial_state'
import { makeGetAccount } from '../selectors'
import ProgressPanel from './panel/progress_panel'
import WrappedBundle from '../features/ui/util/wrapped_bundle'
import {
ProgressPanel,
} from '../features/ui/util/async_components'
const messages = defineMessages({
followers: { id: 'account.followers', defaultMessage: 'Followers' },
@ -247,7 +250,7 @@ class SidebarXS extends ImmutablePureComponent {
</div>
<div className={[_s.default, _s.my10, _s.px15].join(' ')}>
<ProgressPanel />
<WrappedBundle component={ProgressPanel} />
</div>
<div className={[_s.default, _s.mb15, _s.boxShadowNone].join(' ')}>