Start of empty follower tab state. For #1913

This commit is contained in:
Gabe Kangas
2022-10-09 20:31:07 -07:00
parent 87ee74e9c2
commit dd5b8e7ce5
5 changed files with 36 additions and 9 deletions

View File

@ -79,7 +79,7 @@ const DesktopContent = ({ name, streamTitle, summary, tags, socialHandles, extra
<CustomPageContent content={extraPageContent} />
</TabPane>
<TabPane tab="Followers" key="3">
<FollowerCollection />
<FollowerCollection name={name} />
</TabPane>
</Tabs>
</div>
@ -123,7 +123,7 @@ const MobileContent = ({
<CustomPageContent content={extraPageContent} />
</TabPane>
<TabPane tab="Followers" key="3">
<FollowerCollection />
<FollowerCollection name={name} />
</TabPane>
</Tabs>
</div>