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