We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c662d0 commit 002363bCopy full SHA for 002363b
app/[locale]/(user)/publishers/[publisherSlug]/page.tsx
@@ -62,7 +62,7 @@ const PublisherPage = () => {
62
<Spinner color="highlight" />
63
</div>
64
) : (
65
- <SidebarCard data={userInfo?.data?.userById} />
+ <SidebarCard data={userInfo?.data?.userById} type="Publisher" />
66
)}
67
68
<div className="w-full">
@@ -71,7 +71,7 @@ const PublisherPage = () => {
71
72
73
74
- <ProfileDetails data={userInfo?.data?.userById} />
+ <ProfileDetails data={userInfo?.data?.userById} type="Publisher" />
75
76
77
0 commit comments