Skip to content

Commit 1216a43

Browse files
committed
remove link={true} property on Card
1 parent 4bbb5c0 commit 1216a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontends/mit-open/src/pages/UnitsListingPage/UnitsListingPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ const UnitCard: React.FC<UnitCardProps> = (props) => {
308308
return channelDetailQuery.isLoading ? (
309309
<UnitCardLoading />
310310
) : (
311-
<Card link={true} href={unitUrl}>
311+
<Card href={unitUrl}>
312312
<Card.Content>
313313
<UnitCardContainer>
314314
<UnitCardContent>

0 commit comments

Comments
 (0)