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 763bfe4 commit 70bf901Copy full SHA for 70bf901
src/custom/CatalogDetail/RelatedDesigns.tsx
@@ -41,7 +41,8 @@ const RelatedDesigns: React.FC<RelatedDesignsProps> = ({
41
<AdditionalContainer>
42
<ContentHeading>
43
<h2 style={{ margin: '0', textTransform: 'uppercase' }}>
44
- Other public design by {formatToTitleCase(userProfile?.first_name ?? '')}{' '}
+ Other {type.toLowerCase() == 'my-designs' ? 'public' : 'published'} design by{' '}
45
+ {formatToTitleCase(userProfile?.first_name ?? '')}{' '}
46
{fetchingOrgError ? '' : `under ${organizationName}`}
47
</h2>
48
</ContentHeading>
0 commit comments