Commit workspace changes
This commit is contained in:
@@ -11,6 +11,7 @@ import TabCollections from '../../components/profile/tabs/TabCollections'
|
||||
import TabActivity from '../../components/profile/tabs/TabActivity'
|
||||
import TabPosts from '../../components/profile/tabs/TabPosts'
|
||||
import TabStories from '../../components/profile/tabs/TabStories'
|
||||
import GroupProfileSummary from '../../components/groups/GroupProfileSummary'
|
||||
|
||||
const VALID_TABS = ['posts', 'artworks', 'stories', 'achievements', 'collections', 'about', 'stats', 'favourites', 'activity']
|
||||
|
||||
@@ -62,6 +63,7 @@ export default function ProfileShow() {
|
||||
collections,
|
||||
achievements,
|
||||
leaderboardRank,
|
||||
groupContributionHistory,
|
||||
countryName,
|
||||
isOwner,
|
||||
auth,
|
||||
@@ -168,6 +170,8 @@ export default function ProfileShow() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<GroupProfileSummary contributions={groupContributionHistory} href={profileTabUrls?.about} />
|
||||
|
||||
<div className={`${contentShellClassName} pt-6`}>
|
||||
{activeTab === 'artworks' && (
|
||||
<TabArtworks
|
||||
@@ -228,6 +232,7 @@ export default function ProfileShow() {
|
||||
followerCount={followerCount}
|
||||
recentFollowers={recentFollowers}
|
||||
leaderboardRank={leaderboardRank}
|
||||
groupContributionHistory={groupContributionHistory}
|
||||
/>
|
||||
)}
|
||||
{activeTab === 'stats' && (
|
||||
|
||||
Reference in New Issue
Block a user