feat: ship creator journey v2 and profile updates
This commit is contained in:
@@ -64,6 +64,7 @@ export default function ProfileShow() {
|
||||
achievements,
|
||||
leaderboardRank,
|
||||
groupContributionHistory,
|
||||
journey,
|
||||
countryName,
|
||||
isOwner,
|
||||
auth,
|
||||
@@ -197,6 +198,7 @@ export default function ProfileShow() {
|
||||
countryName={countryName}
|
||||
profileUrl={profileUrl}
|
||||
onTabChange={handleTabChange}
|
||||
journey={journey}
|
||||
/>
|
||||
)}
|
||||
{activeTab === 'stories' && (
|
||||
@@ -233,6 +235,7 @@ export default function ProfileShow() {
|
||||
recentFollowers={recentFollowers}
|
||||
leaderboardRank={leaderboardRank}
|
||||
groupContributionHistory={groupContributionHistory}
|
||||
journey={journey}
|
||||
/>
|
||||
)}
|
||||
{activeTab === 'stats' && (
|
||||
|
||||
Reference in New Issue
Block a user