mirror of
https://github.com/owncast/owncast.git
synced 2025-11-03 04:27:18 +08:00
Start of empty follower tab state. For #1913
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user