diff --git a/app/javascript/gabsocial/pages/home_page.js b/app/javascript/gabsocial/pages/home_page.js
index d85d619a..858e372d 100644
--- a/app/javascript/gabsocial/pages/home_page.js
+++ b/app/javascript/gabsocial/pages/home_page.js
@@ -76,6 +76,21 @@ class HomePage extends React.PureComponent {
const { lazyLoaded } = this.state
const title = intl.formatMessage(messages.home)
+ const sidebarLayout = [
+ UserPanel,
+ ProgressPanel,
+ ,
+ ,
+ ,
+ ]
+
+ if (this.props.isPro) {
+ sidebarLayout.push()
+ sidebarLayout.push()
+ sidebarLayout.push()
+ }
+
+ sidebarLayout.push(LinkFooter)
return (
,
- ,
- ,
- // ,
- // ,
- // ,
- LinkFooter,
- ]}
+ layout={sidebarLayout}
>