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 18b5c8c commit 2ced8c2Copy full SHA for 2ced8c2
frontends/mit-open/src/pages/UnitsListingPage/UnitsListingPage.tsx
@@ -306,7 +306,7 @@ const UnitCard: React.FC<UnitCardProps> = (props) => {
306
return channelDetailQuery.isLoading ? (
307
<UnitCardLoading />
308
) : (
309
- <Card link={true} href={unitUrl}>
+ <Card href={unitUrl}>
310
<Card.Content>
311
<UnitCardContainer>
312
<UnitCardContent>
0 commit comments