Skip to content

Commit

Permalink
exclude the current resource
Browse files Browse the repository at this point in the history
  • Loading branch information
gumaerc committed Jan 17, 2025
1 parent 59a2c06 commit cb5bac7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ const DrawerContent: React.FC<{
},
},
]}
excludeResourceId={resourceId}
/>
) : null
const topCarousels = coursesInProgramCarousel
Expand All @@ -145,6 +146,7 @@ const DrawerContent: React.FC<{
},
},
]}
excludeResourceId={resourceId}
/>
) : null
) : null
Expand All @@ -164,6 +166,7 @@ const DrawerContent: React.FC<{
},
},
]}
excludeResourceId={resourceId}
/>
) : null
const similarResourcesCarousel = (
Expand Down

0 comments on commit cb5bac7

Please sign in to comment.