Skip to content

Commit 2b997e4

Browse files
committed
feat: some improvements
Signed-off-by: TheFaheem <[email protected]>
1 parent fcf9a60 commit 2b997e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/custom/CatalogDetail/RelatedDesigns.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ const RelatedDesigns: React.FC<RelatedDesignsProps> = ({
5454
const organizationName = filterByType
5555
? 'Similar Designs by Type'
5656
: fetchingOrgError || !orgName
57-
? 'Unknown Organization'
58-
: orgName;
57+
? 'Unknown Organization'
58+
: orgName;
5959

6060
const scroll = (direction: 'left' | 'right') => {
6161
if (carouselRef.current) {

0 commit comments

Comments
 (0)